this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-calcium: cleanup opam file

authored by

Marcello Seri and committed by
GitHub
119665bf 11ca1b67

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