this repo has no description

Merge pull request #22359 from nberth/master

camlidl.1.10

Kate 84d3d64b 5000a2b0

Changed files
+104 -26
packages
apron
apron.20150820
apron.20150930
apron.20151015
apron.20160108
apron.20160125
apron.v0.9.12
apron.v0.9.13
camlidl
camlidl.1.10
mlgmpidl
mlgmpidl.1.2.12
mlgmpidl.1.2.13
mlgmpidl.1.2.14
mlgmpidl.1.2.2
mlgmpidl.1.2.3
mlgmpidl.1.2.4
mlgmpidl.1.2.5
mlgmpidl.1.2.6
mlgmpidl.1.2.6-1
mlgmpidl.1.2.7
mlgmpidl.1.2.8
mlgmpidl.1.2.9
+8 -1
packages/apron/apron.20150820/opam
···
["ocamlfind" "remove" "apron"]
["rm" "-r" "-f" "%{share}%/apron"]
]
-
depends: ["ocaml" "ocamlfind" "camlidl" "mlgmpidl" "conf-perl"]
+
available: [ arch != "arm32" & arch != "x86_32" ]
+
depends: [
+
"ocaml" {< "5"}
+
"ocamlfind"
+
"camlidl" {< "1.10"}
+
"mlgmpidl"
+
"conf-perl"
+
]
depopts: [
"conf-ppl"
]
+7 -1
packages/apron/apron.20150930/opam
···
["ocamlfind" "remove" "apron"]
["rm" "-r" "-f" "%{share}%/apron"]
]
-
depends: ["ocaml" "ocamlfind" "camlidl" "mlgmpidl" "conf-perl"]
+
depends: [
+
"ocaml" {< "5"}
+
"ocamlfind"
+
"camlidl" {< "1.10"}
+
"mlgmpidl"
+
"conf-perl"
+
]
depopts: [
"conf-ppl"
]
+7 -1
packages/apron/apron.20151015/opam
···
["ocamlfind" "remove" "apron"]
["rm" "-r" "-f" "%{share}%/apron"]
]
-
depends: ["ocaml" "ocamlfind" "camlidl" "mlgmpidl" "conf-perl"]
+
depends: [
+
"ocaml" {< "5"}
+
"ocamlfind"
+
"camlidl" {< "1.10"}
+
"mlgmpidl"
+
"conf-perl"
+
]
depopts: [
"conf-ppl"
]
+2 -2
packages/apron/apron.20160108/opam
···
["rm" "-r" "-f" "%{share}%/apron"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5"}
"ocamlfind"
-
"camlidl"
+
"camlidl" {< "1.10"}
"mlgmpidl"
"ocamlbuild" {build}
"conf-perl"
+2 -2
packages/apron/apron.20160125/opam
···
["rm" "-r" "-f" "%{share}%/apron"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5"}
"ocamlfind"
-
"camlidl"
+
"camlidl" {< "1.10"}
"mlgmpidl"
"ocamlbuild" {build}
"conf-perl"
+2 -2
packages/apron/apron.v0.9.12/opam
···
[make "install"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"mlgmpidl"
"ocamlbuild" {build}
"conf-perl"
+2 -2
packages/apron/apron.v0.9.13/opam
···
[make "install"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"mlgmpidl"
"ocamlbuild" {build}
"conf-perl"
+5
packages/camlidl/camlidl.1.10/files/META
···
+
description = "Stub generator from IDL description"
+
version = "1.10"
+
archive(byte) = "com.cma"
+
archive(byte,plugin) = "com.cma"
+
archive(native) = "com.cmxa"
+21
packages/camlidl/camlidl.1.10/files/camlidl.install
···
+
bin: [
+
"?compiler/camlidl"
+
"?compiler/camlidl.exe"
+
]
+
lib: [
+
"META"
+
"lib/com.cma"
+
"lib/com.cmxa"
+
"lib/com.cmi"
+
"?lib/com.a"
+
"?lib/com.lib"
+
"?runtime/libcamlidl.a"
+
"?runtime/libcamlidl.lib"
+
"?runtime/cfactory.obj"
+
"?runtime/cfactory.o"
+
"runtime/camlidlruntime.h" { "caml/camlidlruntime.h" }
+
]
+
stublibs: [
+
"?runtime/dllcamlidl.so"
+
"?runtime/dllcamlidl.dll"
+
]
+33
packages/camlidl/camlidl.1.10/opam
···
+
opam-version: "2.0"
+
maintainer: "Nicolas Berthier <m@nberth.space>"
+
authors: ["Xavier Leroy"]
+
homepage: "https://github.com/xavierleroy/camlidl"
+
dev-repo: "git+https://github.com/xavierleroy/camlidl.git"
+
bug-reports: "https://github.com/xavierleroy/camlidl/issues"
+
license: [
+
"QPL-1.0 WITH OCaml-LGPL-linking-exception"
+
"LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
+
]
+
build: [
+
["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"}
+
["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"}
+
[make "all"]
+
]
+
synopsis: "Stub code generator for OCaml"
+
description: """
+
CamlIDL is a stub code generator for OCaml. It automates the
+
generation of C stub code required for the Caml/C interface, based on
+
an MIDL specification. Also provides some support for Microsoft's COM
+
software components."""
+
depends: [
+
"ocaml" {>= "4.05"}
+
]
+
extra-files: [
+
["camlidl.install" "md5=cf56e14faed046880b7c9d0f4cd737f1"]
+
["META" "md5=8ea7ab71c0457962a6382e94c2b5b8bc"]
+
]
+
url {
+
src:
+
"https://github.com/xavierleroy/camlidl/archive/camlidl110.tar.gz"
+
checksum: "md5=c78874894b6e85b1b47a5d5ba8d84a27"
+
}
+2 -2
packages/mlgmpidl/mlgmpidl.1.2.12/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" < "5"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+2 -2
packages/mlgmpidl/mlgmpidl.1.2.13/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" < "5"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+2 -2
packages/mlgmpidl/mlgmpidl.1.2.14/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" < "5"}
"ocamlfind" {build & >= "1.5.6"}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.2/opam
···
depends: [
"ocaml" {< "4.06"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
]
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.3/opam
···
depends: [
"ocaml" {< "4.06"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
]
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.4/opam
···
depends: [
"ocaml" {< "4.06"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
]
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.5/opam
···
depends: [
"ocaml" {>= "4.02" & < "4.06"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
]
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.6-1/opam
···
depends: [
"ocaml" {>= "3.12.1" & < "4.09.0"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.6/opam
···
depends: [
"ocaml" {>= "4.02" & < "4.09.0"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.7/opam
···
depends: [
"ocaml" {>= "3.12.1" & < "4.09.0"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.8/opam
···
depends: [
"ocaml" {>= "3.12.1" & < "4.09.0"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+1 -1
packages/mlgmpidl/mlgmpidl.1.2.9/opam
···
depends: [
"ocaml" {>= "3.12.1" & < "4.09.0"}
"ocamlfind" {build}
-
"camlidl"
+
"camlidl" {< "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}