File: dose3.opam

package info (click to toggle)
dose3 7.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,276 kB
  • sloc: ml: 25,053; python: 605; perl: 391; sh: 347; makefile: 187
file content (72 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "7.0.0"
synopsis: "Dose library (part of Mancoosi tools)"
description: """
The dose suite provides libraries for handling package meta-data, and various
 tools for analyzing package relationships in a large package repository.
  - dose-builddebcheck checks, given a collection of source package stanzas
    and a collection of binary package stanzas of Debian packages, whether
    the build-dependencies of each source package can be satisfied by the
    binary packages.
  - dose-distcheck checks for every package of a distribution whether it
    is possible to satisfy its dependencies and conflicts within this
    distribution.
  - ceve, a general metadata parser supporting different input formats
    (Debian, rpm, and others) and different output formats.
  - dose-outdated, a Debian-specific tool for finding packages that are not
    installable with respect to a package repository, and that can only be
    made installable again by fixing the package itself.
  - dose-challenged, a Debian-specific tool for checking which packages
    will certainly become uninstallable when some existing package is upgraded
    to a newer version.
  - dose-deb-coinstall, a Debian-specific tool for checking whether a set of
    packages can be installed all together."""
maintainer: [
  "Pietro Abate" "Johannes Schauer Marin Rodrigues" "Ralf Treinen"
]
authors: [
  "Pietro Abate"
  "Ralf Treinen"
  "Jaap Boender"
  "Johannes Schauer Marin Rodrigues"
  "Roberto Di Cosmo"
  "Felipe Garay"
  "Stefano Zacchiroli"
  "Jakub Zwolakowski"
  "Olivier Rosello"
]
license: "LGPL-3.0-or-later with OCaml-LGPL-linking-exception"
homepage: "http://www.mancoosi.org/software/"
doc: "https://irill.gitlab.io/dose3"
bug-reports: "https://gitlab.com/irill/dose3/issues/"
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.03"}
  "extlib" {>= "1.7.8"}
  "base64" {>= "3.1.0"}
  "cudf" {>= "0.7"}
  "ocamlgraph" {>= "2.0.0"}
  "re" {>= "1.2.2"}
  "stdlib-shims"
  "ounit" {with-test}
  "conf-python-3" {with-test}
  "conf-python3-yaml" {with-test}
  "conf-dpkg" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://gitlab.com/irill/dose3.git"