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" 8doc: "https://Chris00.github.io/mesh/doc" 9tags: [ "Mesh" "Triangulation" "PDE" ] 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "dune" 17 "dune-configurator" 18 "base-bigarray" 19 "base-bytes" 20 "lacaml" {with-test} 21] 22synopsis: "Triangular mesh generation and manipulation" 23description: " 24This is an interface to various mesh generators, in particular 25triangle. It also provides functions to optimize the numbering of mesh 26points and to export meshes and piecewise linear functions defined on 27them to TikZ, Scilab, Matlab, and Mathematica formats. 28" 29url { 30 src: 31 "https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz" 32 checksum: [ 33 "sha256=1e356ceffaf5d22be6cdbb2f543e24adb1445170494b404c883b07b87ae96c2a" 34 "md5=d293a1715cd69ee9d76bfbb1385de224" 35 ] 36}