aboutsummaryrefslogtreecommitdiff
path: root/lib/file_handler/dune
blob: 80b2ff6aa2150ef8cf0374b5f509905eb716d844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(library
 (name importFileHandler)
 (libraries 
   unix
   csv
   SZXX
   sqlite3
   base
   core
   lwt
   lwt.unix
   helpers
   importDataTypes
   importContainers
   importErrors
   importerSyntax
   importAnalyser
   importSQL
 )
)