# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.13"
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 <xavier.leroy@college-de-france.fr>"]
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xavierleroy/camlidl"
bug-reports: "https://github.com/xavierleroy/camlidl/issues"
depends: [
  "dune" {>= "1.11"}
  "dune-configurator"
  "ocaml" {>= "4.03.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
