aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-02 14:01:39 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-02-02 21:26:33 +0100
commitb09a05d9e38e0734f66377716b00268b50da7de8 (patch)
tree75c5161f755e15349998af4adfe39bce46406c58 /lib/dune
Initial commit
Diffstat (limited to 'lib/dune')
-rwxr-xr-xlib/dune8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dune b/lib/dune
new file mode 100755
index 0000000..a105f36
--- /dev/null
+++ b/lib/dune
@@ -0,0 +1,8 @@
+(library
+ (public_name css_lib)
+ (libraries
+ stdio
+ css-parser
+ )
+ (preprocess (pps lwt_ppx ppx_deriving_argparse))
+)