opam-version: "2.0" synopsis: "OCaml library to work with Software Heritage identifiers" description: "swhid is an OCaml library to work with persistent identifiers found in Software Heritage" maintainer: [ "Léo Andrès " "Dario Pinto " ] authors: [ "Léo Andrès " "Dario Pinto " ] license: "ISC" tags: [ "swh" "software" "heritage" "archive" "persistent" "identifier" ] homepage: "https://github.com/ocamlpro/swhid" bug-reports: "https://github.com/ocamlpro/swhid/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} "digestif" {>= "1.0.0"} "jsonm" {>= "1.0.1"} "ezcurl" {>= "0.1"} "menhir" {>= "20181113"} "bisect_ppx" {with-test & >= "2.6" & dev} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocamlpro/swhid.git" url { src: "https://github.com/OCamlPro/swhid/archive/refs/tags/0.1.tar.gz" checksum: [ "sha256=1ca94411004d45b42194ed70754993592dffc1b5836c15276ed81d2e92f662fb" "sha512=80ba0f2e795305e3a0084018216e6ae95690a074e322de24076b4829afc8afc4dc9240534dd88a22779f6ccf1e5bf78dee9a1aedaba3a2209a3c3a0f4d66711b" ] }