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://github.com/jonsterling/ocaml-forester"
7bug-reports: "https://github.com/jonsterling/ocaml-forester/issues"
8depends: [
9 "menhir"
10 "ocamlgraph"
11 "ocaml"
12 "dune" {>= "3.7"}
13 "xmlm"
14 "ppx_deriving"
15 "domainslib"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/jonsterling/ocaml-forester.git"
33url {
34 src:
35 "https://github.com/jonsterling/ocaml-forester/archive/refs/tags/2.0.tar.gz"
36 checksum: [
37 "md5=89040a9801249d24d1b14d95bb7732d4"
38 "sha512=d36e36ae209677bb71c37e3a3f39db3087261e9daea94a12bbc0df3a704286d3725ca4c0e2e409cd59b30384bbe743fb6e3ee21c59af5b9ab24b115155f235d6"
39 ]
40}