opam-version: "2.0"
maintainer: "philippe.veber@gmail.com"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/camlmix/"
license: "BSD-3-Clause"
build: make
install: [make "install" "PREFIX=%{prefix}%"]
synopsis:
  "Camlmix is a generic preprocessor which converts text with embedded"
description: "OCaml into an OCaml program with embedded text."
depends: ["ocaml"]
extra-files: ["camlmix.install" "md5=1ea4b7e885e018853e85d64bc7606ca6"]
url {
  src:
    "https://github.com/mjambon/mjambon2016/raw/master/camlmix/camlmix-1.3.0.tar.gz"
  checksum: "md5=abaf0152bfc786398c2c4f9176a789a8"
}
