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.06.0"} 33 "dune" {>= "2.6.0"} 34 "dune" {with-test & < "2.8.0"} 35 "re" {> "1.0"} 36 "opam-file-format" {>= "2.0.0" & < "3.0.0"} 37 "ocplib-json-typed" {>= "0.7.0" & < "1.0.0"} 38 "ezjsonm" {>= "1.0.0" & < "2.0.0"} 39 "ez_config" {>= "0.1.0" & < "1.0.0"} 40 "ez_file" {>= "0.1.0" & < "0.2.0"} 41 "ez_cmdliner" {>= "0.1.0" & < "1.0.0"} 42 "ppx_inline_test" {with-test} 43 "ppx_expect" {with-test} 44 "odoc" {with-doc} 45 "ocamlformat" {with-test} 46] 47 48url { 49 src: "https://github.com/ocamlpro/opam-bin/archive/v0.9.5.tar.gz" 50 checksum: [ 51 "sha256=1b1fadad555f394bc02c2800b899c22322409a0326feb7505a23115f4c2cc24c" 52 "md5=e20e9d56bd46b44767bf4bb8db3ce8eb" 53 ] 54}