this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml library to work with Software Heritage identifiers"
3description:
4 "swhid is an OCaml library to work with persistent identifiers found in Software Heritage"
5maintainer: [
6 "Léo Andrès <contact@ndrs.fr>"
7 "Dario Pinto <dario.pinto@ocamlpro.com>"
8]
9authors: [
10 "Léo Andrès <contact@ndrs.fr>"
11 "Dario Pinto <dario.pinto@ocamlpro.com>"
12]
13license: "ISC"
14tags: [
15 "swh"
16 "software"
17 "heritage"
18 "archive"
19 "persistent"
20 "identifier"
21]
22homepage: "https://github.com/ocamlpro/swhid"
23bug-reports: "https://github.com/ocamlpro/swhid/issues"
24depends: [
25 "dune" {>= "2.8"}
26 "ocaml" {>= "4.08"}
27 "digestif" {>= "1.0.0"}
28 "jsonm" {>= "1.0.1"}
29 "ezcurl" {>= "0.1"}
30 "menhir" {>= "20181113"}
31 "bisect_ppx" {with-test & >= "2.6" & dev}
32 "odoc" {with-doc}
33]
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@doc" {with-doc}
45 ]
46]
47dev-repo: "git+https://github.com/ocamlpro/swhid.git"
48url {
49 src: "https://github.com/OCamlPro/swhid/archive/refs/tags/0.1.tar.gz"
50 checksum: [
51 "sha256=1ca94411004d45b42194ed70754993592dffc1b5836c15276ed81d2e92f662fb"
52 "sha512=80ba0f2e795305e3a0084018216e6ae95690a074e322de24076b4829afc8afc4dc9240534dd88a22779f6ccf1e5bf78dee9a1aedaba3a2209a3c3a0f4d66711b"
53 ]
54}