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