aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/dune
blob: 9f9f20597954efb72935aec4e61dcde13c9a668b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(library
 (name importSQL)
 (libraries 
   re
   sqlite3
   calendar
   importAnalyser
   importCSV
   importConf
   importContainers
   importDataTypes
   importErrors
   importExpression
 )
)