forked from ianmackenzie/elm-geometry-linear-algebra-interop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
24 lines (24 loc) · 899 Bytes
/
elm-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "2.0.0",
"summary": "Interop support for opensolid/geometry and elm-community/linear-algebra",
"repository": "https://github.com/opensolid/linear-algebra-interop.git",
"license": "MPL-2.0",
"source-directories": [
"src"
],
"exposed-modules": [
"OpenSolid.Interop.LinearAlgebra.Direction2d",
"OpenSolid.Interop.LinearAlgebra.Direction3d",
"OpenSolid.Interop.LinearAlgebra.Frame3d",
"OpenSolid.Interop.LinearAlgebra.Point2d",
"OpenSolid.Interop.LinearAlgebra.Point3d",
"OpenSolid.Interop.LinearAlgebra.Vector2d",
"OpenSolid.Interop.LinearAlgebra.Vector3d"
],
"dependencies": {
"elm-community/linear-algebra": "3.1.1 <= v < 4.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"opensolid/geometry": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}