Skip to content

Commit df0c9cc

Browse files
authored
Merge pull request #28039 from jonsterling/opam-publish-forester.5.0
Package forester.5.0
2 parents 310ef06 + c6cdd4e commit df0c9cc

File tree

1 file changed

+69
-0
lines changed
  • packages/forester/forester.5.0

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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" {>= "20240715"}
10+
"ocamlgraph" {>= "2.1.0"}
11+
"ocaml" {>= "5.3.0"}
12+
"dune" {>= "3.13"}
13+
"dune-site"
14+
"ocaml-index"
15+
"ppx_deriving"
16+
"cmdliner" {>= "1.2.0"}
17+
"dune-build-info"
18+
"uucp" {>= "15.1.0"}
19+
"eio_main" {>= "1.1"}
20+
"ptime" {>= "1.1.0"}
21+
"asai" {>= "0.3.0"}
22+
"yuujinchou" {>= "5.2.0"}
23+
"bwd" {>= "2.3.0"}
24+
"algaeff" {>= "2.0.0"}
25+
"yojson" {>= "2.1.2"}
26+
"toml" {>= "7.1.0"}
27+
"repr" {>= "0.7.0"}
28+
"ppx_repr" {>= "0.7.0"}
29+
"uri" {>= "4.4.0"}
30+
"pure-html" {>= "3.10.0"}
31+
"base64" {>= "3.5.1"}
32+
"datalog" {>= "0.7"}
33+
"cid" {>= "0.1.0"}
34+
"lsp" {>= "0.19.0"}
35+
"jsonrpc" {>= "1.22.0"}
36+
"ppx_yojson_conv" {>= "0.17.0"}
37+
"logs" {>= "0.7.0"}
38+
"bisect_ppx" {>= "2.8.3"}
39+
"cohttp-eio" {>= "6.0.0"}
40+
"routes" {>= "2.0.0"}
41+
"brr" {>= "0.0.7"}
42+
"spelll"
43+
"odoc" {"2.4.4" >= with-doc}
44+
"alcotest"
45+
]
46+
build: [
47+
["dune" "subst"] {dev}
48+
[
49+
"dune"
50+
"build"
51+
"-p"
52+
name
53+
"-j"
54+
jobs
55+
"--promote-install-files=false"
56+
"@install"
57+
"@runtest" {with-test}
58+
"@doc" {with-doc}
59+
]
60+
["dune" "install" "-p" name "--create-install-files" name]
61+
]
62+
dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"
63+
url {
64+
src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/5.0.tar.gz"
65+
checksum: [
66+
"md5=24f4aed96a8b8af33aba13fba66f1b37"
67+
"sha512=d36b896aca11858bb4a00fc704c16cc27a1f197bdb3e479d6132fd70f70d67d7158096285cb0b6fb00db14417f0f822cc27fe65d82f0971e42378fd8271ce573"
68+
]
69+
}

0 commit comments

Comments
 (0)