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.2" & < "2.2"} 12] 13homepage: "https://gitlab.ocamlpro.com/louis/opam-custom-install" 14bug-reports: "https://gitlab.ocamlpro.com/louis/opam-custom-install/-/issues" 15dev-repo: "git+https://gitlab.ocamlpro.com/louis/opam-custom-install.git" 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.2/opam-custom-install-0.2.tar.gz" 22 checksum: [ 23 "md5=82f4b7100bfee1744a3982cccbab5d20" 24 "sha512=76a09a4a12905016f28661c1e2ada8407c9e2f21aee423ea46fb1ba90171c411831496e4126606486be61a042167c4067bca13e0ad4a7dbe850f8a71721aa874" 25 ] 26}