Skip to content

Commit 4e6813d

Browse files
authored
Add fmi4c to tools list (#684)
1 parent c1fbc3c commit 4e6813d

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed
Lines changed: 86 additions & 0 deletions
Loading

static/assets/tools.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5177,5 +5177,30 @@
51775177
"CS",
51785178
"ME"
51795179
]
5180+
},
5181+
{
5182+
"name": "fmi4c",
5183+
"license": "osi",
5184+
"url": "https://github.com/robbr48/fmi4c",
5185+
"logo": "fmi4c.svg",
5186+
"vendor": "Link\u00f6ping University",
5187+
"vendorURL": "https://liu.se/en/organisation/liu/iei/flumes",
5188+
"description": "An open-source C library that facilitates integrating FMI import in applications and tools",
5189+
"features": [],
5190+
"platforms": [
5191+
"Linux",
5192+
"Windows"
5193+
],
5194+
"fmiVersions": [
5195+
"1.0",
5196+
"2.0",
5197+
"3.0"
5198+
],
5199+
"fmuExport": [],
5200+
"fmuImport": [
5201+
"CS",
5202+
"ME",
5203+
"SE"
5204+
]
51805205
}
51815206
]

0 commit comments

Comments
 (0)