opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Include files in OCaml code"
description: """
OCamlify allows to create OCaml source code by including whole files
into OCaml string or string list. The code generated can be compiled
as a standard OCaml file. It allows embedding external resources as
OCaml code."""
extra-files: ["ocamlify.install" "md5=5ae3ee90457ab5a6051136a36885c67e"]
url {
  src:
    "https://download.ocamlcore.org/ocamlify/ocamlify/0.0.1/ocamlify-0.0.1.tar.gz"
  checksum: "md5=bcd97ad0f7203019019997197451dbf0"
}
