-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkdl.opam.locked
86 lines (86 loc) · 2.74 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
81
82
83
84
85
86
opam-version: "2.0"
name: "kdl"
version: "0.2.0"
synopsis: "OCaml implementation of the KDL Document Language"
maintainer: "eilvelia <[email protected]>"
authors: "eilvelia <[email protected]>"
license: "MPL-2.0"
homepage: "https://github.com/eilvelia/ocaml-kdl"
bug-reports: "https://github.com/eilvelia/ocaml-kdl/issues"
depends: [
"astring" {= "0.8.5" & with-doc}
"base" {= "v0.17.1" & with-test}
"base-bigarray" {= "base"}
"base-domains" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"camlp-streams" {= "5.0.1" & with-doc}
"cmdliner" {= "1.3.0" & with-doc}
"conf-gmp" {= "4" & with-test}
"conf-pkg-config" {= "3" & with-test}
"cppo" {= "1.8.0" & with-doc}
"crunch" {= "3.3.1" & with-doc}
"csexp" {= "1.5.2" & with-test}
"dune" {= "3.17.0"}
"dune-configurator" {= "3.17.0" & with-test}
"fmt" {= "0.9.0" & with-doc}
"fpath" {= "0.7.3" & with-doc}
"host-arch-x86_64" {= "1"}
"host-system-other" {= "1"}
"jane-street-headers" {= "v0.17.0" & with-test}
"jst-config" {= "v0.17.0" & with-test}
"menhir" {= "20240715"}
"menhirCST" {= "20240715"}
"menhirLib" {= "20240715"}
"menhirSdk" {= "20240715"}
"ocaml" {= "5.2.1"}
"ocaml-base-compiler" {= "5.2.1"}
"ocaml-compiler-libs" {= "v0.17.0" & with-test}
"ocaml-config" {= "3"}
"ocaml-options-vanilla" {= "1"}
"ocaml_intrinsics_kernel" {= "v0.17.1" & with-test}
"ocamlbuild" {= "0.15.0" & with-doc}
"ocamlfind" {= "1.9.6" & with-test}
"odoc" {= "2.4.4" & with-doc}
"odoc-parser" {= "2.4.4" & with-doc}
"ppx_assert" {= "v0.17.0" & with-test}
"ppx_base" {= "v0.17.0" & with-test}
"ppx_cold" {= "v0.17.0" & with-test}
"ppx_compare" {= "v0.17.0" & with-test}
"ppx_derivers" {= "1.2.1" & with-test}
"ppx_enumerate" {= "v0.17.0" & with-test}
"ppx_expect" {= "v0.17.2" & with-test}
"ppx_globalize" {= "v0.17.0" & with-test}
"ppx_hash" {= "v0.17.0" & with-test}
"ppx_here" {= "v0.17.0" & with-test}
"ppx_inline_test" {= "v0.17.0" & with-test}
"ppx_optcomp" {= "v0.17.0" & with-test}
"ppx_sexp_conv" {= "v0.17.0" & with-test}
"ppxlib" {= "0.33.0" & with-test}
"ppxlib_jane" {= "v0.17.0" & with-test}
"ptime" {= "1.2.0" & with-doc}
"re" {= "1.12.0" & with-doc}
"result" {= "1.5" & with-doc}
"seq" {= "base" & with-doc}
"sexplib0" {= "v0.17.0"}
"stdio" {= "v0.17.0" & with-test}
"stdlib-shims" {= "0.3.0" & with-test}
"time_now" {= "v0.17.0" & with-test}
"topkg" {= "1.0.7" & with-doc}
"tyxml" {= "4.6.0" & with-doc}
"uutf" {= "1.0.3" & with-doc}
"zarith" {= "1.14" & with-test}
]
build: [
"dune"
"build"
"-p"
name
"-j"
jobs
"@runtest" {with-test}
"@doc" {with-doc}
]
dev-repo: "git+https://github.com/eilvelia/ocaml-kdl.git"
tags: ["data-serialization-format" "configuration-format" "org:eilvelia"]