From aa3d09c3fff12e379fd189ceaf55644574ff5c43 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 30 Jun 2019 01:00:01 +0700 Subject: Initial import of libraries from Vyconf and old libvyosconfig. --- src/dune | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/dune (limited to 'src/dune') diff --git a/src/dune b/src/dune new file mode 100644 index 0000000..7b39748 --- /dev/null +++ b/src/dune @@ -0,0 +1,10 @@ +(ocamllex vyos1x_lexer) +(menhir + (flags --table) + (modules vyos1x_parser)) + +(library + (name vyos1x) + (public_name vyos1x-config) + (libraries yojson menhirLib) + (preprocess (pps ppx_deriving_yojson))) -- cgit v1.2.3