aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: ca435e62c165360aa0e027674cd7be6fc679201e (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
(lang dune 3.7)
(using menhir 2.0)

(generate_opam_files true)
(implicit_transitive_deps true)
(authors "Sébastien Dailly")
(maintainers "Sébastien Dailly")

(package
  (name importer)
  (depends 
   (ocaml (>= 4.14.0))
   (sqlite3 (>= 5.1.0))
   (SZXX (and (>= 2.1.0) (<= 4.0.0)))
   (csv (>= 2.4))
   (csv-lwt (>= 2.4))
   (decoders (>= 1.0.0))
   (ppx_yojson_conv (>= v0.14.0))
   (ounit (>= 2.2.6))
   (otoml (>= 1.0.1))
   (re (>= 1.10.4))
   (ppx_deriving (>= 5.2.1))
   (tsort (>= 2.1.0))
   (calendar (>= 3.0.0))
  )
  (allow_empty)
)