package swhid

  1. Overview
  2. Docs
OCaml library to work with Software Heritage identifiers

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
sha256=c766eabb38217946195f506ff570aa19fd0e3b81a5c210d7c15b3df4cd39d1f7
sha512=77dd69bded58920963dcbbde7d3e61b68e05e7a12e2a5eaf821ba1e5fe8d076dfe2695303d5bed182b075f333dffa9f6e8638bd89ede3db2bdeaf7098d613479

doc/index.html

swhid

swhid is an OCaml library to work with persistent identifiers found in Software Heritage, also known as swhid.

API

  • Swhid.Compute A module providing various functions to compute the swhid of a given object. Supported objects are content, directory, release, revision and snapshot. The origins and visits objects are not supported.
  • Swhid.Download Module providing functions to get a download url from a swhid.
  • Swhid.Types
  • Swhid.Parse
  • Swhid.Pp

Private API

You shouldn't have to use any of these modules, they're used internally only.

OCaml

Innovation. Community. Security.

On This Page
  1. API
  2. Private API