File: dune-project

package info (click to toggle)
ocaml-containers 3.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,412 kB
  • sloc: ml: 33,221; sh: 122; makefile: 32
file content (41 lines) | stat: -rw-r--r-- 1,028 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 3.0)
(name containers)
(generate_opam_files true)

(version e1de3da)
(authors c-cube)
(maintainers c-cube)
(license BSD-2-Clause)
(homepage "https://github.com/c-cube/ocaml-containers/")
(source (github c-cube/ocaml-containers))

(package
  (name containers)
  (synopsis "A modular, clean and powerful extension of the OCaml standard library")
  (tags (stdlib containers iterators list heap queue))
  (depends
    (ocaml (>= 4.12.0))
    dune-configurator
    (qcheck-core (and (>= 0.18) :with-test))
    (yojson :with-test)
    (iter :with-test)
    (gen :with-test)
    (csexp :with-test)
    (uutf :with-test)
    (odoc :with-doc))
  (depopts
    base-unix
    base-threads))

(package
  (name containers-data)
  (synopsis "A set of advanced datatypes for containers")
  (tags (containers RAL function vector okasaki))
  (depends
    (ocaml (>= 4.08))
    (containers (= :version))
    (qcheck-core (and (>= 0.18) :with-test))
    (iter :with-test)
    (gen :with-test)
    (mdx :with-test)
    (odoc :with-doc)))