opam-version: "2.0"
maintainer: "benjamin@ocamlpro.com"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "base-unix"
  "pprint" {< "20140313"}
]
build: [
  [make "all"]
  [make "doc"]
]
remove: [
  [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "uninstall"]
  [make "DOCDIR=%{doc}%" "uninstall-doc"]
]
dev-repo: "git://github.com/OCamlPro/ocp-ocamlres"
install: [
  [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "install"]
  [make "DOCDIR=%{doc}%" "install-doc"]
]
synopsis: "Manipulation, injection and extraction of embedded resources"
description: """
A tool ocp-ocamlres to embed files and directories inside OCaml
executables, with a companion library ocplib-ocamlres to manipulate
them at run-time."""
url {
  src: "https://github.com/OCamlPro/ocp-ocamlres/archive/v0.1.tar.gz"
  checksum: "md5=7e4f5cb2a41791a4f08c530f3f498540"
}
