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" tags: [ "Mesh" "Triangulation" "PDE" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.03.0"} "dune" "dune-configurator" "base-bigarray" "base-bytes" "mesh" {= version} "lacaml" {with-test} ] synopsis: "Triangular mesh generation with EasyMesh" description: " [EasyMesh][] is a two-dimensional quality mesh generator developed by Bojan Niceno and available from MIT. This module provides an interface calling the program EasyMesh to perform the mesh generation. [EasyMesh]: http://web.mit.edu/easymesh_v1.4/www/easymesh.html " url { src: "https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz" checksum: [ "sha256=1e356ceffaf5d22be6cdbb2f543e24adb1445170494b404c883b07b87ae96c2a" "md5=d293a1715cd69ee9d76bfbb1385de224" ] }