this repo has no description
1opam-version: "2.0" 2synopsis: 3 "OCaml library to work with Software Heritage identifiers, compute library used in swhid" 4description: 5 "swhid is an OCaml library to work with persistent identifiers found in Software Heritage, it contains the types module used by others libraries." 6maintainer: ["Léo Andrès <contact@ndrs.fr>"] 7authors: ["Léo Andrès <contact@ndrs.fr>"] 8license: "ISC" 9tags: [ 10 "swh" 11 "software" 12 "heritage" 13 "archive" 14 "shwid" 15 "persistent" 16 "identifier" 17 "compute" 18] 19homepage: "https://github.com/ocamlpro/swhid_compute" 20bug-reports: "https://github.com/ocamlpro/swhid_compute/issues" 21depends: [ 22 "dune" {>= "2.7"} 23 "ocaml" {>= "4.08"} 24 "swhid_types" 25 "digestif" {with-test} 26 "bos" {with-test} 27 "bisect_ppx" {with-test & >= "2.6" & dev} 28 "odoc" {with-doc} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/ocamlpro/swhid_compute.git" 45url { 46 src: "https://github.com/OCamlPro/swhid_compute/archive/refs/tags/0.1.tar.gz" 47 checksum: [ 48 "sha256=60ea44e38caa1648603af7f57a42ab72e653a967681e378ea62922c4165f8a84" 49 "sha512=7e1eb0301579e14bc40d0cadf49b3460adc16013a27089d366ce90bef499d048103fd4d9fd0030ec2e1f425fe5fd71ab9ed52473cade8060bb1e60e1fc65d743" 50 ] 51} 52flags: deprecated