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" {>= "20240715"} 10 "ocamlgraph" {>= "2.1.0"} 11 "ocaml" {>= "5.2.0"} 12 "dune" {>= "3.13"} 13 "ppx_deriving" 14 "cmdliner" {>= "1.2.0"} 15 "dune-build-info" 16 "uucp" {>= "15.1.0"} 17 "eio_main" {>= "1.1"} 18 "ptime" {>= "1.1.0"} 19 "asai" {>= "0.3.0"} 20 "yuujinchou" {>= "5.2.0"} 21 "bwd" {>= "2.3.0"} 22 "algaeff" {>= "2.0.0"} 23 "yojson" {>= "2.1.2"} 24 "toml" {>= "7.1.0"} 25 "repr" {>= "0.7.0"} 26 "ppx_repr" {>= "0.7.0"} 27 "uri" {>= "4.4.0"} 28 "pure-html" {>= "3.5.0"} 29 "base64" {>= "3.5.1"} 30 "odoc" {with-doc} 31] 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-p" 38 name 39 "-j" 40 jobs 41 "@install" 42 "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 47url { 48 src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.3.1.tar.gz" 49 checksum: [ 50 "md5=d1623b2919d2984bfcd841b5e772abd1" 51 "sha512=5924c8822d7e5a7bc49eb2b451cfd06cb372415559bc5ff232a59395b0aa28eb9819e351426ab25510f7d96ffb85ec652fa1878478b046c61e51ff471c285710" 52 ] 53}