aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-03-14 08:26:58 +0100
committerSébastien Dailly <sebastien@dailly.me>2024-03-14 08:26:58 +0100
commit6b377719c10d5ab3343fd5221f99a4a21008e25a (patch)
treea7c1e9a820d339a2f161af3e09cf9e3161286796 /dune-project
Initial commitmain
Diffstat (limited to 'dune-project')
-rwxr-xr-xdune-project27
1 files changed, 27 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100755
index 0000000..ca435e6
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,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)
+)