File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
packages/camlidl/camlidl.1.13 Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments