opam-version: "2.0" maintainer: "roberto@dicosmo.org" authors: ["Roberto di Cosmo " "Stefano Zacchiroli" "Pietro Abate"] homepage: "http://www.mancoosi.org/cudf/" bug-reports: "https://gitlab.com/irill/cudf/-/issues" dev-repo: "git+https://gitlab.com/irill/cudf.git" build: [make "all" "opt" "DOC="] depends: [ "ocaml" {< "5.0"} ("extlib" | "extlib-compat") "ocamlfind" {build} "ocamlbuild" {build} ] install: [ make "install" "DESTDIR=%{prefix}%/" "OCAMLLIBDIR=lib" "BINDIR=bin" "LIBDIR=lib" "INCDIR=include" ] synopsis: "CUDF library (part of the Mancoosi tools)" description: """ CUDF (for Common Upgradeability Description Format) is a format for describing upgrade scenarios in package-based Free and Open Source Software distribution.""" url { src: "https://gitlab.com/irill/cudf/-/archive/v0.9/cudf-v0.9.tar.gz" checksum: [ "sha256=72dc7b9f377963478699291c1243131a387c10dd2f0ade8967c7a0b9586825b6" "md5=04f49e3227dc78a21fe32c3beab8c56e" ] }