package swhid_types

  1. Overview
  2. Docs
OCaml library to work with Software Heritage identifiers, types library used in swhid

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
sha256=61fddede8c959bcdb4a0a49c42ba41820782d36d01277a23d4a1cdc75c985637
sha512=41dddffe9962d33b70ef7c4934218f9795a53a70ac0b8acff0d56a9790909de6e60db9a3b1f99f4d7180074c1c45a05052010190572f6ee53b2450fd6c9694f7

Description

swhid_types is an OCaml library to work with persistent identifiers found in Software Heritage, it contains the types module used by others libraries

README

swhid_types

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

This library only contains the Types module.

Installation

swhid_types can be installed with opam:

opam install swhid_types

If you don't have opam, you can install it following the how to install opam guide.

If you can't or don't want to use opam, consult the opam file for build instructions.

Quickstart

let () = Format.printf "TODO@."

For more, have a look at the example folder, at the documentation or at the test suite.

About

Dependencies (2)

  1. ocaml >= "4.08"
  2. dune >= "2.8"

Dev Dependencies (2)

  1. odoc with-doc
  2. bisect_ppx with-test & >= "2.6" & dev

Used by (1)

  1. swhid_compute

Conflicts

None