Skip to content

Commit 858f43f

Browse files
committed
Package geoml.0.1.1
1 parent af5d889 commit 858f43f

File tree

1 file changed

+33
-0
lines changed
  • packages/geoml/geoml.0.1.1

1 file changed

+33
-0
lines changed

packages/geoml/geoml.0.1.1/opam

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
maintainer: "Ghiles Ziat <[email protected]>"
3+
authors: [
4+
"Ghiles Ziat"
5+
"Rémy Besognet El Sibaïe"
6+
]
7+
homepage: "https://github.com/ghilesZ/geoml"
8+
bug-reports: "https://github.com/ghilesZ/geoml/issues"
9+
dev-repo: "git+https://github.com/ghilesZ/geoml"
10+
license: "MIT"
11+
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
15+
["dune" "build" "@runtest" "-p" name "-j" jobs] {with-test}
16+
]
17+
18+
depends: [
19+
"ocaml" {>= "4.08.0"}
20+
"dune" {>= "2.4"}
21+
"odoc" {with-doc}
22+
"alcotest" {with-test}
23+
]
24+
25+
synopsis: "Geoml: 2D Geometry library for OCaml"
26+
description: "Geoml is a 2D geometry for OCaml that provides basic euclidean geometry types (point, line, circle ...) and useful operations over those types. Computations are made using floatting point precision"
27+
url {
28+
src: "https://github.com/ghilesZ/geoml/archive/0.1.1.tar.gz"
29+
checksum: [
30+
"md5=37ca15d64a035762d12c4bd7064a1841"
31+
"sha512=109d7597bd2a8d6628b4c0ee40cd94066fe09ce565bb35fe10683e5f701c1d058daaec79702b4f5f8ed68eeed444c363ca6070f854bbdfb6d0cd997db0f21408"
32+
]
33+
}

0 commit comments

Comments
 (0)