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