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.1.1"} 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 "odoc" {with-doc} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@runtest" {with-test} 42 "@doc" {with-doc} 43 ] 44] 45dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 46url { 47 src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.2.0.tar.gz" 48 checksum: [ 49 "md5=7543fe7acbdfeb2056dc0b774965239f" 50 "sha512=2317bf84588692bbbd40e5fa944faab4889474e4a058e336bd1165f6dd8e55e8979affab098248c87354acdc3b6e6927305553ff5ab6b002b6739719814ec080" 51 ] 52}