opam-version: "2.0"
maintainer: "benjamin@ocamlpro.com"
authors: "benjamin@ocamlpro.com"
homepage: "https://github.com/OCamlPro/ocp-ocamlres"
bug-reports: "https://github.com/OCamlPro/ocp-ocamlres/issues"
dev-repo: "git://github.com/OCamlPro/ocp-ocamlres"
license: "LGPL-3.0-only"
build: [
  [make "all"]
  [make "doc"]
]
install: [
  [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "install"]
  [make "DOCDIR=%{doc}%" "install-doc"]
]
remove: [
  [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "uninstall"]
  [make "DOCDIR=%{doc}%" "uninstall-doc"]
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
  "base-unix"
  "pprint"
  "astring"
]
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.4.tar.gz"
  checksum: "md5=725eb557e659c6febf8dc3044b323bd8"
}
