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"
8tags: [ "clib:triangle" ]
9build: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>= "4.03.0" & < "5.0"}
15 "dune"
16 "base-bigarray"
17 "base-bytes"
18 "mesh" {= version}
19 "lacaml" {with-test}
20]
21available: arch = "x86_32" | arch = "x86_64"
22synopsis: "Binding to the triangle mesh generator"
23description: "
24This module is a binding to the [Triangle][] library which was awarded
25the James Hardy Wilkinson Prize in Numerical Software in 2003. If
26libtriangle-dev is not installed on your system, it will install a
27local copy for this library.
28
29[Triangle]: http://www.cs.cmu.edu/~quake/triangle.html
30"
31url {
32 src:
33 "https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz"
34 checksum: [
35 "sha256=1e356ceffaf5d22be6cdbb2f543e24adb1445170494b404c883b07b87ae96c2a"
36 "md5=d293a1715cd69ee9d76bfbb1385de224"
37 ]
38}