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 "cmdliner" {>= "1.2.0"} 16 "dune-build-info" 17 "domainslib" {>= "0.5.0"} 18 "eio_main" {>= "0.11" & < "0.12"} 19 "ptime" 20 "yuujinchou" {>= "5.0.1"} 21 "algaeff" {< "2.0"} 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 39url { 40 src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/2.3.tar.gz" 41 checksum: [ 42 "md5=00fff94216aacd334351c2b1741d5246" 43 "sha512=724770d12a91674da76cc7842020ce7af2d37950d4429fe1ffac3b05d73a2079648f00c8eb33595e3dfa4874b2cd6b6a8c9d1f9034276a00b44d302091630cdb" 44 ] 45}