this repo has no description
1opam-version: "2.0"
2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
3authors: [ "Christophe Troestler" ]
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/Chris00/mesh"
6dev-repo: "git+https://github.com/Chris00/mesh.git"
7bug-reports: "https://github.com/Chris00/mesh/issues"
8#doc: ""
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 ["jbuilder" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml"
15 "ocamlfind" {build & >= "1.5"}
16 "jbuilder" {>= "1.0+beta7"}
17 "configurator" {build}
18 "mesh" {= "0.8.9"}
19 "graphics"
20 "lacaml" {with-test}
21]
22synopsis: "Triangular mesh representation using the graphics module"
23url {
24 src:
25 "https://github.com/Chris00/mesh/releases/download/0.8.9/mesh-0.8.9.tbz"
26 checksum: [
27 "sha256=a8bfa4bda95498c2ed45fef648a5b8dc828468f529c54f1b6b1e52f67da084cc"
28 "md5=bdc6e96fba4c37035c3121583ca9e3cd"
29 ]
30}