this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3synopsis: "An opam plugin to install a package using a custom command" 4description: """ 5Provides the `opam custom-install` command, which allows to wrap a custom install command, and make opam register it as the installation of a given package. This is a prototype provided for the moment as a plugin, but might get integrated into opam if useful. 6""" 7tags: ["org:ocamlpro" "org:opam"] 8license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 9depends: [ 10 "dune" {>= "1.5"} 11 "opam-client" {>= "2.1.0" & < "2.1.2"} 12] 13homepage: "https://gitlab.ocamlpro.com/louis/opam-custom-install" 14dev-repo: "git+https://gitlab.ocamlpro.com/louis/opam-custom-install.git" 15bug-reports: "https://gitlab.ocamlpro.com/louis/opam-custom-install/-/issues" 16build: ["dune" "build" "-p" name "-j" jobs] 17flags: plugin 18authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 19url { 20 src: 21 "https://gitlab.ocamlpro.com/louis/opam-custom-install/-/archive/0.1/opam-custom-install-0.1.tar.gz" 22 checksum: [ 23 "md5=10b50105cc11e93efb9654c73e0db3f1" 24 "sha512=87638e6da2963d7892f2b386a333f65ed769169267f9a6919dfa2a359b260c47a399969bb49f7948776553eb53f6159dabc4e160a90691cdc73b9861d5458eab" 25 ] 26}