opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
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"
#doc: ""
tags: [ "Mesh" "Triangulation" "PDE" ]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build & >= "1.5"}
  "jbuilder" {>= "1.0+beta9"}
  "configurator" {build & < "v0.15"}
  "base-bigarray"
  "base-bytes"
  "mesh" {= "0.9.2"}
  "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.2/mesh-0.9.2.tbz"
  checksum: "md5=c374d015bb832ffab031a57d2b811299"
}
