this repo has no description
1# This file was generated by `drom` from `drom.toml`.
2# Do not modify or add to the `skip` field of `drom.toml`.
3opam-version: "2.0"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5synopsis:
6 "The opam-bin tool is a simple framework to use `opam` with binary packages"
7description: """\
8opam-binary is a simple framework to use `opam` with binary packages.
9"""
10authors: ["Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"]
11maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"]
12homepage: "https://ocamlpro.github.io/opam-bin"
13doc: "https://ocamlpro.github.io/opam-bin"
14bug-reports: "https://github.com/ocamlpro/opam-bin/issues"
15dev-repo: "git+https://github.com/ocamlpro/opam-bin.git"
16tags: "org:ocamlpro"
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31depends: [
32 "ocaml" {>= "4.07.0"}
33 "dune" {>= "2.6.0"}
34 "re" {> "1.0"}
35 "opam-file-format" {>= "2.0.0" & < "3.0.0"}
36 "ocplib-json-typed" {>= "0.7.0" & < "1.0.0"}
37 "ezjsonm" {>= "1.0.0" & < "2.0.0"}
38 "ez_file" {>= "0.2.0" & < "0.3.0"}
39 "ez_config" {>= "0.1.0" & < "1.0.0"}
40 "ez_cmdliner" {>= "0.1.0" & < "1.0.0"}
41 "ppx_inline_test" {with-test}
42 "ppx_expect" {with-test}
43 "odoc" {with-doc}
44 "ocamlformat" {with-test}
45]
46
47url {
48 src: "https://github.com/ocamlpro/opam-bin/archive/v1.0.0.tar.gz"
49 checksum: [ "sha256=33ca3ef9473f58aa47dd01c5d82f7ecdb4cb3edebec5c8c76b1aa2247304fda4" ]
50}