Skip to content

Commit 11a272b

Browse files
committed
CamlIDL 1.13
1 parent a28eb8a commit 11a272b

File tree

1 file changed

+34
-0
lines changed
  • packages/camlidl/camlidl.1.13

1 file changed

+34
-0
lines changed

packages/camlidl/camlidl.1.13/opam

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
maintainer: ["Xavier Leroy <[email protected]>"]
3+
authors: ["Xavier Leroy"]
4+
homepage: "https://github.com/xavierleroy/camlidl"
5+
dev-repo: "git+https://github.com/xavierleroy/camlidl.git"
6+
bug-reports: "https://github.com/xavierleroy/camlidl/issues"
7+
license: [
8+
"LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
9+
]
10+
x-maintenance-intent: ["(latest)"]
11+
build: [
12+
["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"}
13+
["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"}
14+
[make "all"]
15+
]
16+
synopsis: "Stub code generator for OCaml"
17+
description: """
18+
CamlIDL is a stub code generator for OCaml. It automates the
19+
generation of C stub code required for the Caml/C interface, based on
20+
an MIDL specification. Also provides some support for Microsoft's COM
21+
software components."""
22+
depends: [
23+
"ocaml" {>= "4.05"}
24+
]
25+
conflicts: [
26+
"ocaml-option-bytecode-only"
27+
]
28+
url {
29+
src: "https://github.com/xavierleroy/camlidl/archive/camlidl113.tar.gz"
30+
checksum: [
31+
"sha256=c82bfd106208ebedd8c264300e939010f87eed83e6f6339e3a6cf8f66caeed54"
32+
"sha512=c9a33d6b49bf51f1957941bac591090e568ffc2d56b75ed777141ef4fd599c87ae968cdc473d8cee325083aa1a0bbc31215540f19fcfc8bb94f8db2ce9deb35c"
33+
]
34+
}

0 commit comments

Comments
 (0)