opam-version: "2.0" maintainer: "Nicolas Berthier " 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" ] x-maintenance-intent: ["(latest)"] 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"} ] conflicts: [ "ocaml-option-bytecode-only" ] url { src: "https://github.com/xavierleroy/camlidl/archive/camlidl112.tar.gz" checksum: [ "sha256=d6ab22a363f22798d303df3b0e54ba274f2c3d7ab7a3023fee1c73d8a21970aa" "md5=6a33ac617bfbca2334f9c0fb8f9d3bb8" ] } extra-source "camlidl.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/camlidl/camlidl.install.1.12" checksum: [ "sha256=29d977190a114e7763f4ee2c7d86e128bb3d1cf6475c41ef649eb70507efbf17" "md5=cf56e14faed046880b7c9d0f4cd737f1" ] } extra-source "META" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/camlidl/META.1.12" checksum: [ "sha256=8c77825196d3f60f1d3d9c11bfd34519609a06a09178d672c60d66d9525f92c4" "md5=ce109a486a026d3ad31cc68290da004b" ] }