nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 30 lines 962 B view raw
1diff --git a/lazy_list/src/dune b/lazy_list/src/dune 2index f1650ad..df90914 100644 3--- a/lazy_list/src/dune 4+++ b/lazy_list/src/dune 5@@ -1,2 +1,3 @@ 6 (library (name lazy_list) (libraries core_kernel) 7+ (public_name sexp.lazy_list) 8 (preprocess (pps ppx_jane))) 9\ No newline at end of file 10diff --git a/sexp_app/pattern/dune b/sexp_app/pattern/dune 11index b7d2c3b..baf136b 100644 12--- a/sexp_app/pattern/dune 13+++ b/sexp_app/pattern/dune 14@@ -1,4 +1,5 @@ 15 (library (name sexp_app_pattern) (libraries core re2 sexplib str) 16+ (public_name sexp.sexp_app_pattern) 17 (preprocess (pps ppx_jane))) 18 19 (ocamllex lexer) 20diff --git a/sexp_app/src/dune b/sexp_app/src/dune 21index b91ff40..a07a4e7 100644 22--- a/sexp_app/src/dune 23+++ b/sexp_app/src/dune 24@@ -1,4 +1,5 @@ 25 (library (name sexp_app) (libraries core lazy_list re2 sexplib str) 26+ (public_name sexp.sexp_app) 27 (preprocess (pps ppx_jane -allow-unannotated-ignores))) 28 29 (ocamllex csv_lexeme) 30\ No newline at end of file