Skip to content

Commit f96aa68

Browse files
committed
Lock and export opam switch with dependencies for README images
1 parent 1cda44d commit f96aa68

File tree

2 files changed

+179
-0
lines changed

2 files changed

+179
-0
lines changed

odep.opam.exported

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
opam-version: "2.0"
2+
compiler: [
3+
"base-bigarray.base"
4+
"base-threads.base"
5+
"base-unix.base"
6+
"ocaml.4.14.2"
7+
"ocaml-base-compiler.4.14.2"
8+
"ocaml-config.2"
9+
"ocaml-options-vanilla.1"
10+
]
11+
roots: [
12+
"dune-release.2.1.0"
13+
"ocaml-base-compiler.4.14.2"
14+
"ocaml-lsp-server.1.21.0-4.14"
15+
]
16+
installed: [
17+
"astring.0.8.5"
18+
"base.v0.16.4"
19+
"base-bigarray.base"
20+
"base-threads.base"
21+
"base-unix.base"
22+
"bos.0.2.1"
23+
"camlp-streams.5.0.1"
24+
"chrome-trace.3.19.1"
25+
"cmdliner.1.3.0"
26+
"cppo.1.8.0"
27+
"crunch.4.0.0"
28+
"csexp.1.5.2"
29+
"curly.0.3.0"
30+
"dune.3.19.1"
31+
"dune-build-info.3.19.1"
32+
"dune-configurator.3.19.1"
33+
"dune-release.2.1.0"
34+
"dune-rpc.3.19.1"
35+
"dyn.3.19.1"
36+
"fiber.3.7.0"
37+
"fmt.0.10.0"
38+
"fpath.0.7.3"
39+
"jsonm.1.0.2"
40+
"jsonrpc.1.21.0-4.14"
41+
"logs.0.9.0"
42+
"lsp.1.21.0-4.14"
43+
"menhir.20240715"
44+
"menhirCST.20240715"
45+
"menhirLib.20240715"
46+
"menhirSdk.20240715"
47+
"merlin-lib.4.19-414"
48+
"num.1.6"
49+
"ocaml.4.14.2"
50+
"ocaml-base-compiler.4.14.2"
51+
"ocaml-compiler-libs.v0.12.4"
52+
"ocaml-config.2"
53+
"ocaml-lsp-server.1.21.0-4.14"
54+
"ocaml-options-vanilla.1"
55+
"ocamlbuild.0.16.1"
56+
"ocamlc-loc.3.19.1"
57+
"ocamlfind.1.9.8"
58+
"ocamlformat-rpc-lib.0.27.0"
59+
"ocamlgraph.2.2.0"
60+
"odoc.3.1.0"
61+
"odoc-parser.3.1.0"
62+
"opam-core.2.4.0"
63+
"opam-file-format.2.2.0"
64+
"opam-format.2.4.0"
65+
"opam-repository.2.4.0"
66+
"opam-state.2.4.0"
67+
"ordering.3.19.1"
68+
"parsexp.v0.16.0"
69+
"patch.3.0.0"
70+
"pp.2.0.0"
71+
"ppx_derivers.1.2.1"
72+
"ppx_deriving.6.0.3"
73+
"ppx_sexp_conv.v0.16.0"
74+
"ppx_yojson_conv_lib.v0.16.0"
75+
"ppxlib.0.35.0"
76+
"ptime.1.2.0"
77+
"re.1.13.2"
78+
"result.1.5"
79+
"rresult.0.7.0"
80+
"seq.base"
81+
"sexplib.v0.16.0"
82+
"sexplib0.v0.16.0"
83+
"sha.1.15.4"
84+
"spawn.v0.17.0"
85+
"spdx_licenses.1.4.0"
86+
"stdlib-shims.0.3.0"
87+
"stdune.3.19.1"
88+
"swhid_core.0.1"
89+
"topkg.1.0.8"
90+
"tyxml.4.6.0"
91+
"uutf.1.0.4"
92+
"xdg.3.19.1"
93+
"yojson.2.2.2"
94+
]

odep.opam.locked

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
opam-version: "2.0"
2+
name: "odep"
3+
version: "0.2.1"
4+
synopsis: "Dependency graphs for OCaml modules, libraries and packages"
5+
maintainer: "Simmo Saan <[email protected]>"
6+
authors: "Simmo Saan"
7+
license: "MIT"
8+
homepage: "https://github.com/sim642/odep"
9+
bug-reports: "https://github.com/sim642/odep/issues"
10+
depends: [
11+
"astring" {= "0.8.5"}
12+
"base" {= "v0.16.4"}
13+
"base-bigarray" {= "base"}
14+
"base-threads" {= "base"}
15+
"base-unix" {= "base"}
16+
"bos" {= "0.2.1"}
17+
"camlp-streams" {= "5.0.1" & with-doc}
18+
"cmdliner" {= "1.3.0"}
19+
"cppo" {= "1.8.0"}
20+
"crunch" {= "4.0.0" & with-doc}
21+
"csexp" {= "1.5.2"}
22+
"dune" {= "3.19.1"}
23+
"dune-configurator" {= "3.19.1"}
24+
"fmt" {= "0.10.0"}
25+
"fpath" {= "0.7.3"}
26+
"jsonm" {= "1.0.2"}
27+
"logs" {= "0.9.0"}
28+
"menhir" {= "20240715"}
29+
"menhirCST" {= "20240715"}
30+
"menhirLib" {= "20240715"}
31+
"menhirSdk" {= "20240715"}
32+
"num" {= "1.6"}
33+
"ocaml" {= "4.14.2"}
34+
"ocaml-base-compiler" {= "4.14.2"}
35+
"ocaml-compiler-libs" {= "v0.12.4"}
36+
"ocaml-config" {= "2"}
37+
"ocaml-options-vanilla" {= "1"}
38+
"ocamlbuild" {= "0.16.1"}
39+
"ocamlfind" {= "1.9.8"}
40+
"ocamlgraph" {= "2.2.0"}
41+
"odoc" {= "3.1.0" & with-doc}
42+
"odoc-parser" {= "3.1.0" & with-doc}
43+
"opam-core" {= "2.4.0"}
44+
"opam-file-format" {= "2.2.0"}
45+
"opam-format" {= "2.4.0"}
46+
"opam-repository" {= "2.4.0"}
47+
"opam-state" {= "2.4.0"}
48+
"parsexp" {= "v0.16.0"}
49+
"patch" {= "3.0.0"}
50+
"ppx_derivers" {= "1.2.1"}
51+
"ppx_deriving" {= "6.0.3"}
52+
"ppx_sexp_conv" {= "v0.16.0"}
53+
"ppxlib" {= "0.35.0"}
54+
"ptime" {= "1.2.0" & with-doc}
55+
"re" {= "1.13.2"}
56+
"rresult" {= "0.7.0"}
57+
"seq" {= "base"}
58+
"sexplib" {= "v0.16.0"}
59+
"sexplib0" {= "v0.16.0"}
60+
"sha" {= "1.15.4"}
61+
"spdx_licenses" {= "1.4.0"}
62+
"stdlib-shims" {= "0.3.0"}
63+
"swhid_core" {= "0.1"}
64+
"topkg" {= "1.0.8"}
65+
"tyxml" {= "4.6.0" & with-doc}
66+
"uutf" {= "1.0.4"}
67+
]
68+
conflicts: [
69+
"result" {< "1.5"}
70+
]
71+
build: [
72+
["dune" "subst"] {dev}
73+
[
74+
"dune"
75+
"build"
76+
"-p"
77+
name
78+
"-j"
79+
jobs
80+
"@install"
81+
"@runtest" {with-test}
82+
"@doc" {with-doc}
83+
]
84+
]
85+
dev-repo: "git+https://github.com/sim642/odep.git"

0 commit comments

Comments
 (0)