this repo has no description
1opam-version: "2.0"
2maintainer: "benjamin@ocamlpro.com"
3authors: "benjamin@ocamlpro.com"
4homepage: "https://github.com/OCamlPro/ocp-ocamlres"
5bug-reports: "https://github.com/OCamlPro/ocp-ocamlres/issues"
6dev-repo: "git+https://github.com/OCamlPro/ocp-ocamlres"
7license: "LGPL-3.0-only"
8build: [
9 [make "all"]
10 [make "doc"]
11]
12install: [
13 [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "install"]
14 [make "DOCDIR=%{doc}%" "install-doc"]
15]
16remove: [
17 [make "BINDIR=%{bin}%" "LIBDIR=%{lib}%" "uninstall"]
18 [make "DOCDIR=%{doc}%" "uninstall-doc"]
19]
20depends: [
21 "ocaml" {>= "4.02.0"}
22 "ocamlfind"
23 "base-unix"
24 "pprint"
25 "astring"
26]
27synopsis: "Manipulation, injection and extraction of embedded resources"
28description: """
29A tool ocp-ocamlres to embed files and directories inside OCaml
30executables, with a companion library ocplib-ocamlres to manipulate
31them at run-time."""
32url {
33 src: "https://github.com/OCamlPro/ocp-ocamlres/archive/v0.4.tar.gz"
34 checksum: [
35 "sha256=658c2990e027e1e43a16290fd431f08c96b8630d91ac2b98003a9bc027179679"
36 "md5=725eb557e659c6febf8dc3044b323bd8"
37 ]
38}