this repo has no description
1opam-version: "2.0"
2maintainer: "Ghiles Ziat <ghiles.ziat@lip6.fr>"
3authors: [
4 "Ghiles Ziat <ghiles.ziat@lip6.fr>"
5 "Rémy Besognet El Sibaïe"
6]
7homepage: "https://github.com/ghilesZ/geoml"
8bug-reports: "https://github.com/ghilesZ/geoml/issues"
9dev-repo: "git+https://github.com/ghilesZ/geoml"
10license: "MIT"
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
14 ["dune" "build" "-p" name "-j" jobs] {with-test}
15]
16
17depends: [
18 "ocaml" {>= "4.08.0"}
19 "dune" {>= "2.4"}
20 "odoc" {with-doc}
21]
22
23synopsis: "Geoml: 2D Geometry library for OCaml"
24description: "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"
25url {
26 src: "https://github.com/ghilesZ/geoml/archive/v0.1.tar.gz"
27 checksum: [
28 "md5=5a131322110244d55415b62bf9e7856f"
29 "sha512=d40068c3800049d8f118e3ec005bfe1b927adf04926cc6e520520976ecd3a2a138efa021d397fad142ab45441179f29b1dcaac40314419143888a2c6d2e395a6"
30 ]
31}