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 "swhid" 20 "persistent" 21 "identifier" 22] 23homepage: "https://github.com/ocamlpro/swhid" 24bug-reports: "https://github.com/ocamlpro/swhid/issues" 25depends: [ 26 "dune" {>= "2.8"} 27 "ocaml" {>= "4.08"} 28 "digestif" {>= "1.0.0"} 29 "jsonm" {>= "1.0.1"} 30 "ezcurl" {>= "0.1"} 31 "bos" {>= "0.2.0"} 32 "fpath" 33 "swhid_core" 34 "bisect_ppx" {with-test & >= "2.6" & dev} 35 "odoc" {with-doc} 36] 37conflicts: [ 38 "result" {< "1.5"} 39] 40build: [ 41 ["dune" "subst"] {dev} 42 [ 43 "dune" 44 "build" 45 "-p" 46 name 47 "-j" 48 jobs 49 "@install" 50 "@doc" {with-doc} 51 ] 52] 53dev-repo: "git+https://github.com/ocamlpro/swhid.git" 54url { 55 src: "https://github.com/OCamlPro/swhid/archive/refs/tags/0.2.tar.gz" 56 checksum: [ 57 "sha256=c766eabb38217946195f506ff570aa19fd0e3b81a5c210d7c15b3df4cd39d1f7" 58 "sha512=77dd69bded58920963dcbbde7d3e61b68e05e7a12e2a5eaf821ba1e5fe8d076dfe2695303d5bed182b075f333dffa9f6e8638bd89ede3db2bdeaf7098d613479" 59 ] 60}