blob: b6d8b22e2c72efa323b8b2f20689eb5006b65815 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "quaternions",
"version-string": "1.0.0",
"port-version": 1,
"description": "A C++11 library to work with quaternions, as a single header file.",
"homepage": "https://github.com/ferd36/quaternions",
"dependencies": [
"boost-mpl"
]
}
|