-
Notifications
You must be signed in to change notification settings - Fork 1
/
kdl.opam.locked
80 lines (80 loc) · 2.5 KB
/
kdl.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
opam-version: "2.0"
name: "kdl"
version: "0.1.0"
synopsis: "OCaml implementation of the KDL document laguage"
maintainer: "https://github.com/Bannerets <[email protected]>"
authors: "https://github.com/Bannerets <[email protected]>"
license: "BlueOak-1.0.0"
tags: [ "configuration-language" "data-serialization-format"]
homepage: "https://github.com/Bannerets/ocaml-kdl"
bug-reports: "https://github.com/Bannerets/ocaml-kdl/issues"
depends: [
"astring" {= "0.8.5" & with-doc}
"base" {= "v0.16.3" & with-test}
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"camlp-streams" {= "5.0.1" & with-doc}
"cmdliner" {= "1.2.0" & with-doc}
"conf-bash" {= "1" & with-test}
"cppo" {= "1.6.9" & with-doc}
"crunch" {= "3.3.1" & with-doc}
"csexp" {= "1.5.2" & with-test}
"dune" {= "3.14.2"}
"dune-configurator" {= "3.14.2" & with-test}
"fmt" {= "0.9.0" & with-doc}
"fpath" {= "0.7.3" & with-doc}
"gen" {= "1.1"}
"jane-street-headers" {= "v0.16.0" & with-test}
"jst-config" {= "v0.16.0" & with-test}
"menhir" {= "20231231"}
"menhirCST" {= "20231231"}
"menhirLib" {= "20231231"}
"menhirSdk" {= "20231231"}
"ocaml" {= "4.14.1"}
"ocaml-base-compiler" {= "4.14.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
"ocamlbuild" {= "0.14.3" & with-doc}
"ocamlfind" {= "1.9.6" & with-doc}
"odoc" {= "2.4.1" & with-doc}
"odoc-parser" {= "2.4.1" & with-doc}
"ppx_assert" {= "v0.16.0" & with-test}
"ppx_base" {= "v0.16.0" & with-test}
"ppx_cold" {= "v0.16.0" & with-test}
"ppx_compare" {= "v0.16.0" & with-test}
"ppx_derivers" {= "1.2.1"}
"ppx_enumerate" {= "v0.16.0" & with-test}
"ppx_expect" {= "v0.16.0" & with-test}
"ppx_globalize" {= "v0.16.0" & with-test}
"ppx_hash" {= "v0.16.0" & with-test}
"ppx_here" {= "v0.16.0" & with-test}
"ppx_inline_test" {= "v0.16.1" & with-test}
"ppx_optcomp" {= "v0.16.0" & with-test}
"ppx_sexp_conv" {= "v0.16.0" & with-test}
"ppxlib" {= "0.32.0"}
"ptime" {= "1.1.0" & with-doc}
"re" {= "1.11.0" & with-test}
"result" {= "1.5" & with-doc}
"sedlex" {= "3.2"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"stdio" {= "v0.16.0" & with-test}
"stdlib-shims" {= "0.3.0"}
"time_now" {= "v0.16.0" & with-test}
"topkg" {= "1.0.7" & with-doc}
"tyxml" {= "4.6.0" & with-doc}
"uutf" {= "1.0.3" & with-doc}
]
build: [
"dune"
"build"
"-p"
name
"-j"
jobs
"@runtest" {with-test}
"@doc" {with-doc}
]
dev-repo: "git+https://github.com/Bannerets/ocaml-kdl.git"