We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8772df + 014b1c7 commit ca4ba1fCopy full SHA for ca4ba1f
ctypes-foreign.opam
@@ -14,6 +14,9 @@ depexts: [
14
["libffi-dev"] {os-distribution = "alpine"}
15
["libffi-devel"] {os-family = "suse"}
16
]
17
+depends: [
18
+ "conf-pkg-config" {build}
19
+]
20
tags: ["org:ocamllabs" "org:mirage"]
21
post-messages: [
22
"This package requires libffi on your system" {failure}
ctypes.opam
@@ -23,7 +23,6 @@ depends: [
23
"ocaml" {>= "4.02.3"}
24
"integers" { >= "0.3.0" }
25
"ocamlfind" {build}
26
- "conf-pkg-config" {build}
27
"lwt" {with-test & >= "3.2.0"}
28
"ctypes-foreign" {with-test}
29
"ounit" {with-test}
0 commit comments