forked from simbody/simbody
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.simbody.nuspec
20 lines (20 loc) · 994 Bytes
/
.simbody.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>simbody</id>
<version>0.0.0</version>
<authors>Michael Sherman</authors>
<owners>Michael Sherman</owners>
<licenseUrl>https://github.com/simbody/simbody/LICENSE</licenseUrl>
<projectUrl>https://github.com/simbody/simbody</projectUrl>
<iconUrl>https://simtk.org/api_docs/simbody/latest/isaac.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. This package is for use in Appveyor testing. It is not a proper distribution of Simbody.</description>
<releaseNotes>https://github.com/simbody/simbody/releases</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>multibody dynamics biomechanics robotics</tags>
</metadata>
<files>
<file src="**" target="" />
</files>
</package>