Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/application_vnd.nest-simulator.model+cpp",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
Comment thread
lzehl marked this conversation as resolved.
"description": "Source code for an extension module for the NEST simulator",
"displayLabel": null,
Comment thread
apdavison marked this conversation as resolved.
Outdated
"fileExtension": [
".cpp"
],
"name": "application/vnd.nest-simulator.model+cpp",
"relatedMediaType": "text/x-c",
Comment thread
apdavison marked this conversation as resolved.
Outdated
"specification": "https://nest-extension-module.readthedocs.io/en/latest/extension_modules.html",
"synonym": null

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a more human readable name?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't think of anything that isn't just rephrasing the description, i.e. "Source code for an extension module for the NEST simulator"

}