this repo has no description
1opam-version: "2.0" 2synopsis: "An opam plugin to install a package using a custom command" 3description: 4 "Provides 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." 5maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 6authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8tags: ["org:ocamlpro" "org:opam"] 9homepage: "https://github.com/OCamlPro/opam-custom-install" 10bug-reports: "https://github.com/OCamlPro/opam-custom-install/-/issues" 11depends: [ 12 "dune" {>= "1.5"} 13 "opam-client" {>= "2.1.2" & < "2.2"} 14] 15flags: plugin 16build: ["dune" "build" "-p" name "-j" jobs] 17dev-repo: "git+https://github.com/OCamlPro/opam-custom-install" 18url { 19 src: 20 "https://github.com/OCamlPro/opam-custom-install/archive/refs/tags/0.3.tar.gz" 21 checksum: [ 22 "md5=05ea339f8c9715d23c3f4ce84173e3c7" 23 "sha512=a2f8564ad3209f78a7a59e9d7bc5088889f5d2cb013160cf95f88bf9f736139033238eabc83a24fd5e10d0d5944d407da39e32ef44d26064c26671bcc8e0ebf6" 24 ] 25}