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: "" tags: [ "clib:triangle" ] build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build & >= "1.5"} "jbuilder" {>= "1.0+beta9"} "configurator" {build} "base-bigarray" "base-bytes" "mesh" {= "0.9.1"} "lacaml" {with-test} ] available: arch = "x86_32" | arch = "x86_64" synopsis: "Binding to the triangle mesh generator" description: """ This module is a binding to the [Triangle][] library which was awarded the James Hardy Wilkinson Prize in Numerical Software in 2003. If libtriangle-dev is not installed on your system, it will install a local copy for this library. [Triangle]: http://www.cs.cmu.edu/~quake/triangle.html""" url { src: "https://github.com/Chris00/mesh/releases/download/0.9.1/mesh-0.9.1.tbz" checksum: [ "sha256=50d2b6612f97315d16b6b5e8a07ed9ebce9feaed5b7e40b71de739def781c029" "md5=3692641abf2e3ae8b31fa1b60b6e36a1" ] }