-
Notifications
You must be signed in to change notification settings - Fork 1
/
forester.opam.locked
90 lines (90 loc) · 2.12 KB
/
forester.opam.locked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
opam-version: "2.0"
name: "forester"
version: "4.1.0"
synopsis: "A tool for tending mathematical forests"
maintainer: "Jonathan Sterling"
authors: "Jonathan Sterling"
license: "GPL-3.0-or-later"
homepage: "https://sr.ht/~jonsterling/forester/"
bug-reports: "https://todo.sr.ht/~jonsterling/forester"
depends: [
"algaeff" {= "2.0.0"}
"angstrom" {= "0.16.0"}
"asai" {= "0.3.1"}
"base-bigarray" {= "base"}
"base-domains" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.1"}
"bigstringaf" {= "0.9.1"}
"bwd" {= "2.3.0"}
"cmdliner" {= "1.3.0"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"cstruct" {= "6.2.0"}
"domain-local-await" {= "1.0.1"}
"dune" {= "3.15.3"}
"dune-build-info" {= "3.15.3"}
"dune-configurator" {= "3.15.3"}
"eio" {= "1.1"}
"eio_main" {= "1.1"}
"eio_posix" {= "1.1"}
"either" {= "1.0.0"}
"fmt" {= "0.9.0"}
"hmap" {= "0.8.1"}
"host-arch-arm64" {= "1"}
"host-system-other" {= "1"}
"ISO8601" {= "0.2.6"}
"iomux" {= "0.3"}
"jsonm" {= "1.0.2"}
"lwt-dllist" {= "1.0.1"}
"menhir" {= "20231231"}
"menhirCST" {= "20231231"}
"menhirLib" {= "20231231"}
"menhirSdk" {= "20231231"}
"mtime" {= "2.0.0"}
"ocaml" {= "5.2.0"}
"ocaml-base-compiler" {= "5.2.0"}
"ocaml-compiler-libs" {= "v0.17.0"}
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocamlgraph" {= "2.1.0"}
"optint" {= "0.3.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.2"}
"ppxlib" {= "0.32.1"}
"psq" {= "0.2.1"}
"ptime" {= "1.1.0"}
"repr" {= "0.7.0"}
"seq" {= "base"}
"sexplib0" {= "v0.17.0"}
"stdlib-shims" {= "0.3.0"}
"stringext" {= "1.6.0"}
"thread-table" {= "1.0.0"}
"toml" {= "7.1.0"}
"topkg" {= "1.0.7"}
"uri" {= "4.4.0"}
"uucp" {= "15.1.0"}
"uutf" {= "1.0.3"}
"yojson" {= "2.2.1"}
"yuujinchou" {= "5.2.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"