Skip to content

Commit

Permalink
Allow users to vendor ppxlib as-is, as well as ppx_sexp_conv in the s…
Browse files Browse the repository at this point in the history
…ame project

Signed-off-by: Kate <[email protected]>
  • Loading branch information
kit-ty-kate committed Feb 14, 2023
1 parent acc54bd commit a8bc98c
Show file tree
Hide file tree
Showing 52 changed files with 8 additions and 7,019 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unreleased
------------------


- Allow users to vendor `ppxlib` as-is, as well as `ppx_sexp_conv` in the same project (#386, @kit-ty-kate)

0.29.0 (06/02/2023)
------------------
Expand Down
1 change: 0 additions & 1 deletion bench/vendored/dune

This file was deleted.

1 change: 0 additions & 1 deletion bench/vendored/ppx_sexp_conv.v0.15.1/dune-project

This file was deleted.

6 changes: 3 additions & 3 deletions bench/vendored/ppx_sexp_conv.v0.15.1/expander/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library (name ppx_sexp_conv_expander) (public_name ppx_sexp_conv.expander)
(library (name ppx_sexp_conv_expander)
(enabled_if (>= %{ocaml_version} "4.10.0"))
(libraries base ppxlib ppxlib.metaquot_lifters)
(libraries base ppxlib ppxlib.astlib ppxlib.metaquot_lifters)
(ppx_runtime_libraries ppx_sexp_conv.runtime-lib sexplib0)
(preprocess (pps ppxlib.metaquot ppxlib.traverse)))
(preprocess (pps ppxlib.metaquot ppxlib.traverse)))
4 changes: 2 additions & 2 deletions bench/vendored/ppx_sexp_conv.v0.15.1/runtime-lib/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(library (name ppx_sexp_conv_lib) (public_name ppx_sexp_conv.runtime-lib)
(libraries sexplib0) (preprocess no_preprocessing))
(library (name ppx_sexp_conv_lib)
(libraries sexplib0) (preprocess no_preprocessing))
4 changes: 2 additions & 2 deletions bench/vendored/ppx_sexp_conv.v0.15.1/src/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library (name ppx_sexp_conv) (public_name ppx_sexp_conv) (kind ppx_deriver)
(library (name ppx_sexp_conv) (kind ppx_deriver)
(enabled_if (>= %{ocaml_version} "4.10.0"))
(libraries ppxlib ppx_sexp_conv_expander) (preprocess no_preprocessing))
(libraries ppxlib ppx_sexp_conv_expander) (preprocess no_preprocessing))
4 changes: 0 additions & 4 deletions bench/vendored/ppx_sexp_conv.v0.15.1/test/dune

This file was deleted.

265 changes: 0 additions & 265 deletions bench/vendored/ppx_sexp_conv.v0.15.1/test/errors.mlt

This file was deleted.

58 changes: 0 additions & 58 deletions bench/vendored/ppx_sexp_conv.v0.15.1/test/examples.mlt

This file was deleted.

Loading

0 comments on commit a8bc98c

Please sign in to comment.