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"
tags: [ "clib:triangle" ]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "base-bigarray"
  "base-bytes"
  "mesh" {= version}
  "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.5/mesh-0.9.5.tbz"
  checksum: "md5=d293a1715cd69ee9d76bfbb1385de224"
}
