this repo has no description

conf-calcium: cleanup opam file

Changed files
+4 -5
packages
conf-calcium
conf-calcium.1
+4 -5
packages/conf-calcium/conf-calcium.1/opam
···
opam-version: "2.0"
-
version: "1"
maintainer: "bobot"
homepage: "https://fredrikj.net/calcium/"
bug-reports: "https://github.com/fredrik-johansson/calcium"
···
["sh" "-exc" "echo \"#include \\\"calcium/calcium.h\\\"\" > test.c"]
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
[
-
"sh"
-
"-exc"
-
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
-
] {os = "win32" & os-distribution = "cygwinports"}
+
"sh"
+
"-exc"
+
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
+
] {os = "win32" & os-distribution = "cygwinports"}
[
"sh"
"-exc"