opam-version: "2.0" author: "Louis Gesbert " maintainer: "Louis Gesbert " synopsis: "An opam plugin to install a package using a custom command" description: """ 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. """ tags: ["org:ocamlpro" "org:opam"] license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" depends: [ "dune" {>= "1.5"} "opam-client" {>= "2.1.0"} ] homepage: "https://gitlab.ocamlpro.com/louis/opam-custom-install" dev-repo: "git+https://gitlab.ocamlpro.com/louis/opam-custom-install.git" bug-reports: "https://gitlab.ocamlpro.com/louis/opam-custom-install/-/issues" build: ["dune" "build" "-p" name "-j" jobs] flags: plugin