opam-version: "2.0"
maintainer: "filliatr@lri.fr"
authors: [
  "Romain Bardou"
  "Francois Bobot"
  "Jean-Christophe Filliâtre"
  "Johannes Kanig"
  "Stephane Lescuyer"
]
homepage: "https://github.com/backtracking/mlpost"
dev-repo: "git+https://github.com/backtracking/mlpost.git"
bug-reports: "https://github.com/backtracking/mlpost/issues"
doc: "https://backtracking.github.io/mlpost"
synopsis : "OCaml library on top of Metapost"
description: "Library for building graphics and figures similarly to Metapost"
license: "LGPL-2.1"
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" { >= "4.07.0" }
  "ocamlfind" #during execution also
  "bitstring" { >= "3.0.0" }
  "ppx_bitstring"
  "cairo2" { >= "0.6.2" }
  "dune" { >= "2.7.0" }
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
depopts: [
  "graphics"
]
x-commit-hash: "18ef2dfded581b0a0410d70c43cc12dfb96f608f"
url {
  src:
    "https://github.com/backtracking/mlpost/releases/download/0.9/mlpost-0.9.tbz"
  checksum: [
    "sha256=9fad08fbc364a5989f65da507b03d63a3e2fb67aea160c59f43022a14b2897de"
    "sha512=b8192bb89b274164b7f297c856a3272e16cce6e4d0e15da7801ecf67babb79434b928789534c55e87c012965c7e93ea54371c53c3e14f3fe6c25d25b5747dec8"
  ]
}
