this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler" ] 4tags: ["mesh"] 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/Chris00/mesh" 7dev-repo: "git+https://github.com/Chris00/mesh.git" 8bug-reports: "https://github.com/Chris00/mesh/issues" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "dune" 16 "mesh" {= version} 17 "graphics" 18] 19synopsis: "Triangular mesh representation using the graphics module" 20url { 21 src: 22 "https://github.com/Chris00/mesh/releases/download/0.9.5/mesh-0.9.5.tbz" 23 checksum: [ 24 "sha256=1e356ceffaf5d22be6cdbb2f543e24adb1445170494b404c883b07b87ae96c2a" 25 "md5=d293a1715cd69ee9d76bfbb1385de224" 26 ] 27}