opam-version: "2.0" synopsis: "OCaml library to work with Software Heritage identifiers, compute library used in swhid" description: "swhid is an OCaml library to work with persistent identifiers found in Software Heritage, it contains the types module used by others libraries." maintainer: ["Léo Andrès "] authors: ["Léo Andrès "] license: "ISC" tags: [ "swh" "software" "heritage" "archive" "shwid" "persistent" "identifier" "compute" ] homepage: "https://github.com/ocamlpro/swhid_compute" bug-reports: "https://github.com/ocamlpro/swhid_compute/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "swhid_types" "digestif" {with-test} "bos" {with-test} "bisect_ppx" {with-test & >= "2.6" & dev} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocamlpro/swhid_compute.git" url { src: "https://github.com/OCamlPro/swhid_compute/archive/refs/tags/0.1.tar.gz" checksum: [ "sha256=60ea44e38caa1648603af7f57a42ab72e653a967681e378ea62922c4165f8a84" "sha512=7e1eb0301579e14bc40d0cadf49b3460adc16013a27089d366ce90bef499d048103fd4d9fd0030ec2e1f425fe5fd71ab9ed52473cade8060bb1e60e1fc65d743" ] } flags: deprecated