1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>swhid_core</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" sizes="804x804" href="favicon.png">
</head>
<body>
<div class="content">
<div class="header">
<h1>swhid_core</h1>
<p>swhid_core is an <a href="https://ocaml.org">OCaml</a> library to work with <a href="https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html">persistent identifiers</a> found in <a href="https://www.softwareheritage.org">Software Heritage identifiers</a>, also known as swhid.</p>
</div>
<div class="section">
<ul>
<li>
<a href="https://github.com/OCamlPro/swhid_core">Project on Github</a>
</li>
<li>
<a href="api/swhid_core/">API Documentation</a>
</li>
<li>
<a href="coverage">Code coverage report</a>
</li>
<li>
<a href="https://github.com/OCamlPro/swhid_core/issues">Bug reports</a>
</li>
</ul>
</div>
</div>
</body>
</html>
|