this repo has no description

Merge pull request #24758 from mseri/camlidl

Release camlild 1.12

Changed files
+63 -1
packages
camlidl
camlidl.1.11
camlidl.1.12
+1 -1
packages/camlidl/camlidl.1.11/opam
···
an MIDL specification. Also provides some support for Microsoft's COM
software components."""
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
]
extra-files: [
["camlidl.install" "md5=cf56e14faed046880b7c9d0f4cd737f1"]
+5
packages/camlidl/camlidl.1.12/files/META
···
+
description = "Stub generator from IDL description"
+
version = "1.12"
+
archive(byte) = "com.cma"
+
archive(byte,plugin) = "com.cma"
+
archive(native) = "com.cmxa"
+21
packages/camlidl/camlidl.1.12/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"
+
]
+36
packages/camlidl/camlidl.1.12/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=ce109a486a026d3ad31cc68290da004b"]
+
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
+
url {
+
src:
+
"https://github.com/xavierleroy/camlidl/archive/camlidl112.tar.gz"
+
checksum: "md5=6a33ac617bfbca2334f9c0fb8f9d3bb8"
+
}