File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/forester/forester.2.1 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A tool for tending mathematical forests"
3+ maintainer: "Jonathan Sterling"
4+ authors: "Jonathan Sterling"
5+ license: "GPL-3.0-or-later"
6+ homepage: "https://github.com/jonsterling/ocaml-forester"
7+ bug-reports: "https://github.com/jonsterling/ocaml-forester/issues"
8+ depends: [
9+ "menhir"
10+ "ocamlgraph"
11+ "ocaml"
12+ "dune" {>= "3.7"}
13+ "xmlm"
14+ "ppx_deriving"
15+ "domainslib"
16+ "yuujinchou" {>= "5.0.1"}
17+ "algaeff"
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/jonsterling/ocaml-forester.git"
35+ url {
36+ src:
37+ "https://github.com/jonsterling/ocaml-forester/archive/refs/tags/2.1.tar.gz"
38+ checksum: [
39+ "md5=31749867afa21e73376e229a8f664890"
40+ "sha512=297e088801dcd263cb636a9526ad31f96e1090fea8eac7a8887c115d604bafe8aa3b44a18efb8027666f0f50b53c920269e79a1cf06abcb58918643a4e18bba1"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments