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" 8#doc: "" 9tags: [ "Mesh" "Triangulation" "PDE" ] 10build: [ 11 [ "jbuilder" "subst" "-p" name ] {dev} 12 [ "jbuilder" "build" "-p" name "-j" jobs ] 13] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "jbuilder" {>= "1.0+beta9"} 17 "base-bigarray" 18 "base-bytes" 19 "mesh" {= "0.9.4"} 20 "lacaml" {with-test} 21] 22synopsis: "Triangular mesh generation with EasyMesh" 23description: """ 24[EasyMesh][] is a two-dimensional quality mesh generator developed by 25Bojan Niceno and available from MIT. This module provides an 26interface calling the program EasyMesh to perform the mesh generation. 27 28[EasyMesh]: http://web.mit.edu/easymesh_v1.4/www/easymesh.html""" 29url { 30 src: 31 "https://github.com/Chris00/mesh/releases/download/0.9.4/mesh-0.9.4.tbz" 32 checksum: [ 33 "sha256=816a765c076de4cdeb0fec507cccac76fdb6880beda42828d01a9a1a804ee6bd" 34 "md5=55f12beb3868163b251b571a201a6394" 35 ] 36}