this repo has no description
1opam-version: "2.0" 2maintainer: ["jean-christophe.filliatre@cnrs.fr"] 3authors: [ 4 "Romain Bardou" 5 "Francois Bobot" 6 "Jean-Christophe Filliâtre" 7 "Johannes Kanig" 8 "Stephane Lescuyer" 9] 10homepage: "https://github.com/backtracking/mlpost" 11dev-repo: "git+https://github.com/backtracking/mlpost.git" 12bug-reports: "https://github.com/backtracking/mlpost/issues" 13doc: "https://backtracking.github.io/mlpost" 14synopsis : "OCaml library on top of Metapost" 15description: "Library for building graphics and figures similarly to Metapost" 16license: "LGPL-2.1-only" 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@doc" {with-doc} 28 ] 29] 30depends: [ 31 "ocaml" { >= "4.07.0" } 32 "ocamlfind" #during execution also 33 "bitstring" { >= "3.0.0" } 34 "ppx_bitstring" 35 "cairo2" { >= "0.6.2" } 36 "dune" { >= "2.7.0" } 37 "ocaml-migrate-parsetree" {< "2.0.0"} 38] 39depopts: [ 40 "graphics" 41] 42x-commit-hash: "18ef2dfded581b0a0410d70c43cc12dfb96f608f" 43url { 44 src: 45 "https://github.com/backtracking/mlpost/releases/download/0.9/mlpost-0.9.tbz" 46 checksum: [ 47 "sha256=9fad08fbc364a5989f65da507b03d63a3e2fb67aea160c59f43022a14b2897de" 48 "sha512=b8192bb89b274164b7f297c856a3272e16cce6e4d0e15da7801ecf67babb79434b928789534c55e87c012965c7e93ea54371c53c3e14f3fe6c25d25b5747dec8" 49 ] 50}