this repo has no description
1opam-version: "2.0"
2maintainer: "roberto@dicosmo.org"
3authors: ["Roberto di Cosmo <roberto@dicosmo.org>" "Stefano Zacchiroli" "Pietro Abate"]
4homepage: "http://www.mancoosi.org/cudf/"
5bug-reports: "https://gitlab.com/irill/cudf/-/issues"
6dev-repo: "git+https://gitlab.com/irill/cudf.git"
7build: [make "all" "opt" "DOC="]
8depends: [
9 "ocaml" {< "5.0"}
10 ("extlib" | "extlib-compat")
11 "ocamlfind" {build}
12 "ocamlbuild" {build}
13]
14install: [
15 make
16 "install"
17 "DESTDIR=%{prefix}%/"
18 "OCAMLLIBDIR=lib"
19 "BINDIR=bin"
20 "LIBDIR=lib"
21 "INCDIR=include"
22]
23synopsis: "CUDF library (part of the Mancoosi tools)"
24description: """
25CUDF (for Common Upgradeability Description Format) is a format for
26describing upgrade scenarios in package-based Free and Open Source
27Software distribution."""
28url {
29 src: "https://gitlab.com/irill/cudf/-/archive/v0.9/cudf-v0.9.tar.gz"
30 checksum: [
31 "sha256=72dc7b9f377963478699291c1243131a387c10dd2f0ade8967c7a0b9586825b6"
32 "md5=04f49e3227dc78a21fe32c3beab8c56e"
33 ]
34}