File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/forester/forester.2.4 Expand file tree Collapse file tree 1 file changed +45
-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://sr.ht/~jonsterling/forester/"
7+ bug-reports: "https://todo.sr.ht/~jonsterling/forester"
8+ depends: [
9+ "menhir"
10+ "ocamlgraph" {>= "2.1.0"}
11+ "ocaml" {>= "0.5.0"}
12+ "dune" {>= "3.7"}
13+ "xmlm" {>= "1.4.0"}
14+ "ppx_deriving"
15+ "cmdliner" {>= "1.2.0"}
16+ "dune-build-info"
17+ "domainslib" {>= "0.5.0"}
18+ "eio_main" {>= "0.12"}
19+ "ptime" {>= "1.1.0"}
20+ "yuujinchou" {>= "5.0.1"}
21+ "algaeff" {>= "1.0.0"}
22+ "odoc" {with-doc}
23+ ]
24+ build: [
25+ ["dune" "subst"] {dev}
26+ [
27+ "dune"
28+ "build"
29+ "-p"
30+ name
31+ "-j"
32+ jobs
33+ "@install"
34+ "@runtest" {with-test}
35+ "@doc" {with-doc}
36+ ]
37+ ]
38+ dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"
39+ url {
40+ src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/2.4.tar.gz"
41+ checksum: [
42+ "md5=773a411088ee70e50047d7dafbb4789e"
43+ "sha512=25bb2fdac7189a86a172e10a40c7d17a03cb3791c06d955e0615b6ef70eb023e4eb845470380d85cb0d145a4a8e9aef0db4ee5eb9778dec92e9a8b5035561e8d"
44+ ]
45+ }
You can’t perform that action at this time.
0 commit comments