aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: 119f947c27b1f04a4e2c6b261b74a3458a9e30f3 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
(lang dune 3.7)

(using menhir 2.0)

(generate_opam_files true)

(implicit_transitive_deps false)

(authors "Sébastien Dailly")

(maintainers "Sébastien Dailly")

(package
 (name importer)
 (depends
  (fmt
   (and
    (>= 0.11.0)
    :with-test))
  (alcotest
   (and
    (>= 1.9.1)
    :with-test))
  (menhirLib
   (>= 20250912))
  (lwt
   (>= 5.9.2))
  (core
   (>= v0.17.1))
  (base
   (>= v0.17.3))
  (ocaml
   (>= 5.1.0))
  (sqlite3
   (>= 5.1.0))
  (SZXX
   (and
    (>= 2.1.0)
    (<= 4.0.0)))
  (csv
   (>= 2.4))
  (csv-lwt
   (>= 2.4))
  (decoders
   (>= 1.0.0))
  (otoml
   (>= 1.0.1))
  (re
   (>= 1.10.4))
  (ppx_deriving
   (>= 5.2.1))
  (tsort
   (>= 2.1.0))
  (calendar
   (>= 3.0.0)))
 (allow_empty))