this repo has no description
1opam-version: "2.0"
2synopsis: "Dose library (part of Mancoosi tools)"
3description: """\
4The dose library suite provides libraries for handling package meta-data, and a
5collection of algorithms to manipulate dependencies."""
6maintainer: [
7 "Pietro Abate" "Johannes Schauer Marin Rodrigues" "Ralf Treinen"
8]
9authors: [
10 "Pietro Abate"
11 "Ralf Treinen"
12 "Jaap Boender"
13 "Johannes Schauer Marin Rodrigues"
14 "Roberto Di Cosmo"
15 "Felipe Garay"
16 "Stefano Zacchiroli"
17 "Jakub Zwolakowski"
18 "Olivier Rosello"
19]
20license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
21homepage: "http://www.mancoosi.org/software/"
22doc: "https://irill.gitlab.io/dose3"
23bug-reports: "https://gitlab.com/irill/dose3/issues/"
24depends: [
25 "dune" {>= "2.7"}
26 "ocaml" {>= "4.03"}
27 "extlib" {>= "1.7.8"}
28 "base64" {>= "3.1.0"}
29 "cudf" {>= "0.7"}
30 "ocamlgraph" {>= "2.0.0"}
31 "re" {>= "1.7.2"}
32 "stdlib-shims"
33 "ounit" {with-test}
34 "odoc" {with-doc}
35]
36build: [
37 ["dune" "subst"] {dev}
38 [
39 "dune"
40 "build"
41 "-p"
42 name
43 "-j"
44 jobs
45 "@install"
46 "@runtest" {with-test}
47 "@doc" {with-doc}
48 ]
49]
50dev-repo: "git+https://gitlab.com/irill/dose3.git"
51url {
52 src: "https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz"
53 checksum: [
54 "md5=bc99cbcea8fca29dca3ebbee54be45e1"
55 "sha512=98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f"
56 ]
57}