this repo has no description
1opam-version: "2.0" 2synopsis: "CUDF library (part of the Mancoosi tools)" 3description: """\ 4CUDF (for Common Upgradeability Description Format) is a format for 5describing upgrade scenarios in package-based Free and Open Source 6Software distribution.""" 7maintainer: "roberto@dicosmo.org" 8authors: [ 9 "Roberto di Cosmo <roberto@dicosmo.org>" 10 "Stefano Zacchiroli" 11 "Pietro Abate" 12] 13license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception" 14homepage: "http://www.mancoosi.org/cudf/" 15bug-reports: "https://gitlab.com/irill/cudf/-/issues" 16depends: [ 17 "ocaml" {>= "4.07"} 18 "dune" {>= "2.0"} 19 ("extlib" | "extlib-compat") 20 "ounit2" {with-test & >= "2.0.0"} 21 "odoc" {with-doc} 22] 23build: ["dune" "build" "-p" name "-j" jobs] 24run-test: ["dune" "runtest" "-p" name "-j" jobs] 25dev-repo: "git+https://gitlab.com/irill/cudf.git" 26url { 27 src: "https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz" 28 checksum: [ 29 "md5=ed8fea314d0c6dc0d8811ccf860c53dd" 30 "sha512=ed74ce3e9d91449fd295caa7c6b166593578aaa6b8d79834141ba7fdf49d30796aba03a86d766c0c23e875a8318dbb797e7eae6e14fb63a0b94130c590af107e" 31 ] 32}