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 "lacaml" {with-test}
20]
21synopsis: "Triangular mesh generation and manipulation"
22description: """
23This is an interface to various mesh generators, in particular
24triangle. It also provides functions to optimize the numbering of mesh
25points and to export meshes and piecewise linear functions defined on
26them to TikZ, Scilab, Matlab, and Mathematica formats."""
27url {
28 src:
29 "https://github.com/Chris00/mesh/releases/download/0.9.3/mesh-0.9.3.tbz"
30 checksum: [
31 "sha256=ddaa56b0a915f00f9d90eefb98a5643c16ccbf2e50117020f6f9a28b8f3ba120"
32 "md5=c2e57e4287b3ac3bca78a2a25154811a"
33 ]
34}