opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/Chris00/mesh" dev-repo: "git+https://github.com/Chris00/mesh.git" bug-reports: "https://github.com/Chris00/mesh/issues" #doc: "" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" "ocamlfind" {build & >= "1.5"} "jbuilder" {>= "1.0+beta7"} "configurator" {build} "mesh" {= "0.8.9"} "graphics" "lacaml" {with-test} ] synopsis: "Triangular mesh representation using the graphics module" url { src: "https://github.com/Chris00/mesh/releases/download/0.8.9/mesh-0.8.9.tbz" checksum: [ "sha256=a8bfa4bda95498c2ed45fef648a5b8dc828468f529c54f1b6b1e52f67da084cc" "md5=bdc6e96fba4c37035c3121583ca9e3cd" ] }