opam-version: "2.0"
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."""
maintainer: "Nicolas Berthier <m@nberth.space>"
authors: "Xavier Leroy"
license: "QPL-1.0 and LGPL-2 with exceptions"
homepage: "https://github.com/xavierleroy/camlidl"
bug-reports: "https://github.com/xavierleroy/camlidl/issues"
depends: [
  "ocaml" {>= "4.03"}
]
build: [
  ["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"}
  ["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"}
  [make "all"]
]
dev-repo: "git+https://github.com/xavierleroy/camlidl.git"
extra-files: [
  ["camlidl.install" "md5=cf56e14faed046880b7c9d0f4cd737f1"]
  ["META" "md5=23b140345606a15a304212e930cadaa7"]
]
url {
  src: "https://github.com/xavierleroy/camlidl/archive/camlidl109.tar.gz"
  checksum: "md5=50a7348c14ce7448a35efa96b98018af"
}
