File: index.html

package info (click to toggle)
ocaml-swhid-core 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: ml: 570; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
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>