this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A tool for tending mathematical forests"
4maintainer: ["Jonathan Sterling"]
5authors: ["Jonathan Sterling"]
6license: "GPL-3.0-or-later"
7homepage: "https://sr.ht/~jonsterling/forester/"
8bug-reports: "https://todo.sr.ht/~jonsterling/forester"
9depends: [
10 "menhir" {>= "20211230"}
11 "ocamlgraph" {>= "2.1.0"}
12 "ocaml" {>= "5.0.0"}
13 "dune" {>= "3.7"}
14 "ppx_deriving"
15 "cmdliner" {>= "1.2.0"}
16 "dune-build-info"
17 "uucp" {>= "15.1.0"}
18 "eio_main" {>= "1.0"}
19 "ptime" {>= "1.1.0"}
20 "asai" {>= "0.2.0"}
21 "yuujinchou" {>= "5.2.0"}
22 "bwd" {>= "2.3.0"}
23 "algaeff" {>= "2.0.0"}
24 "yojson" {>= "2.1.2"}
25 "dream-html" {>= "3.3.1"}
26 "toml" {>= "7.1.0"}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42]
43dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"
44url {
45 src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.0.0.tar.gz"
46 checksum: [
47 "md5=e6fc311885219d11faae87be4918566d"
48 "sha512=9e262f964d36404228f3f82eab803be126be247507c774ce417ce2ef652a8a0220da3e6446f971725a8080ba98c9679fd77e87956155af19c21b2925b2195e90"
49 ]
50}