opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
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] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build & >= "1.5"}
  "jbuilder"
  "configurator" {build & < "v0.15"}
  "mesh" {= "0.9.1"}
  "graphics"
]
synopsis: "Triangular mesh representation using the graphics module"
url {
  src:
    "https://github.com/Chris00/mesh/releases/download/0.9.1/mesh-0.9.1.tbz"
  checksum: "md5=3692641abf2e3ae8b31fa1b60b6e36a1"
}
