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 (library)" 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/sphinx" 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.03.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.1.0" & < "0.2.0"} 39 "ez_config" {>= "0.1.0" & < "1.0.0"} 40 "ez_cmdliner" {>= "0.1.0" & < "1.0.0"} 41] 42 43url { 44 src: "https://github.com/ocamlpro/opam-bin/archive/v0.9.4.tar.gz" 45 checksum: [ 46 "sha256=fe574123a17c2759dae905532be881de8c30dc4cecd91a8976df78f8c4eecf8d" 47 "md5=07b72955f22bcae5f0d3967fb529cc3e" 48 ] 49}