summaryrefslogtreecommitdiffstats
path: root/lib/dune
blob: ca9aac2cbec840fbd392cc2292c7a7f18441b0b2 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(include_subdirs qualified)

(library
 (name rdcapsis)
 (preprocess
  (pps ppx_jane))
 (libraries
  core
  bignum.bigint
  bigdecimal
  dmap
  delimited_parsing
  re
  core_unix.date_unix))