File: dune-project

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 (41 lines) | stat: -rw-r--r-- 772 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
39
40
41
(lang dune 1.11)

(explicit_js_mode)

(implicit_transitive_deps false)

(name swhid_core)

(license ISC)

(authors
 "Léo Andrès <contact@ndrs.fr>, Dario Pinto <dario.pinto@ocamlpro.com>")

(maintainers "Léo Andrès <contact@ndrs.fr>")

(source
 (github ocamlpro/swhid_core))

(generate_opam_files true)

(package
 (name swhid_core)
 (synopsis "OCaml library to work with swhids.")
 (description
  "swhid_core is an OCaml library to with with Software Heritage persistent identifiers (swhids). This is the core library, for most use cases you should use the swhid library instead.")
 (tags
  (swhid_core
   swhid
   swh
   persistent
   identifiers
   hash
   software
   heritage
   archive))
 (depends
  (ocaml
   (>= 4.03))
  (dune
   (>= 1.11))
  (odoc :with-doc)))