Skip to content

Commit 5392970

Browse files
committed
chamelon: add pxx_cstruct dependency
the error is: ``` === ERROR while compiling chamelon.0.1.2 =====================================# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository path ~/.opam/5.0/.opam-switch/build/chamelon.0.1.2 command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p chamelon -j 127 exit-code 1 env-file ~/.opam/log/chamelon-7-c24717.env output-file ~/.opam/log/chamelon-7-c24717.out File "lib/dune", line 5, characters 19-30: 5 | (preprocess (pps ppx_cstruct)) ^^^^^^^^^^^ Error: Library "ppx_cstruct" not found. -> required by library "chamelon" in _build/default/lib -> required by _build/default/META.chamelon -> required by _build/install/default/lib/chamelon/META -> required by _build/default/chamelon.install -> required by alias install ``` Alternatively, an upper bound (mirage-logs < 1.3.0) could have been added
1 parent 78c4531 commit 5392970

File tree

6 files changed

+6
-0
lines changed
  • packages/chamelon

6 files changed

+6
-0
lines changed

packages/chamelon/chamelon.0.0.10/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ depends: [
4242
"mirage-clock" {>= "2.0.0"}
4343
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4444
"mirage-logs" {>= "1.2.0"}
45+
"ppx_cstruct"
4546
"optint" {>= "0.0.4"}
4647
]
4748
url {

packages/chamelon/chamelon.0.0.7/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ depends: [
4040
"mirage-clock" {>= "2.0.0"}
4141
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4242
"mirage-logs" {>= "1.2.0"}
43+
"ppx_cstruct"
4344
"optint" {>= "0.0.4"}
4445
]
4546
available: arch != "arm32" & arch != "x86_32"

packages/chamelon/chamelon.0.0.8/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ depends: [
4040
"mirage-clock" {>= "2.0.0"}
4141
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4242
"mirage-logs" {>= "1.2.0"}
43+
"ppx_cstruct"
4344
"optint" {>= "0.0.4"}
4445
]
4546
available: arch != "arm32" & arch != "x86_32"

packages/chamelon/chamelon.0.0.9.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ depends: [
4242
"mirage-clock" {>= "2.0.0"}
4343
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4444
"mirage-logs" {>= "1.2.0"}
45+
"ppx_cstruct"
4546
"optint" {>= "0.0.4"}
4647
]
4748
url {

packages/chamelon/chamelon.0.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ depends: [
4343
"mirage-clock" {>= "2.0.0"}
4444
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4545
"mirage-logs" {>= "1.2.0"}
46+
"ppx_cstruct"
4647
"optint" {>= "0.0.4"}
4748
]
4849
url {

packages/chamelon/chamelon.0.1.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ depends: [
4343
"mirage-clock" {>= "2.0.0"}
4444
"mirage-kv" {>= "4.0.1" & < "5.0.0"}
4545
"mirage-logs" {>= "1.2.0"}
46+
"ppx_cstruct"
4647
"optint" {>= "0.0.4"}
4748
]
4849
url {

0 commit comments

Comments
 (0)