this repo has no description
1opam-version: "2.0" 2synopsis: "A tool for tending mathematical forests" 3maintainer: "Jonathan Sterling" 4authors: "Jonathan Sterling" 5license: "GPL-3.0-or-later" 6homepage: "https://sr.ht/~jonsterling/forester/" 7bug-reports: "https://todo.sr.ht/~jonsterling/forester" 8depends: [ 9 "menhir" 10 "ocamlgraph" 11 "ocaml" 12 "dune" {>= "3.7"} 13 "xmlm" 14 "ppx_deriving" 15 "domainslib" {>= "0.5.0"} 16 "ptime" 17 "yuujinchou" {>= "5.0.1"} 18 "algaeff" {< "2.0"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 36url { 37 src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/2.2.1.tar.gz" 38 checksum: [ 39 "md5=6f013c1c3c492725dfc153c79038b6d7" 40 "sha512=2d6eeb865a8939ff5ef9031e969a41c81480cf5ef814f83a68d98aebe84c67657587231d8ef0ae820becbe429064de70772ed5b7db60828dc5657f250df7fdfc" 41 ] 42}