From ba61dfd69504ec6263a9dee9931d93adeb6f3142 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 7 Jul 2025 21:52:08 +0200 Subject: Initialize repository --- lib/nix/dune | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/nix/dune (limited to 'lib/nix/dune') diff --git a/lib/nix/dune b/lib/nix/dune new file mode 100644 index 0000000..3954c8a --- /dev/null +++ b/lib/nix/dune @@ -0,0 +1,15 @@ +(menhir + (modules parser) + (flags "--dump" "--strict" "--external-tokens" "Tokens") + (infer true)) + +(ocamllex + (modules lexer)) + +(library + (name nix) + (preprocess + (pps ppx_sexp_conv)) + (instrumentation + (backend bisect_ppx)) + (libraries core core_unix core_unix.filename_unix pprint ppx_sexp_conv str)) -- cgit v1.2.3