-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to vendor ppxlib as-is, as well as ppx_sexp_conv in the s…
…ame project Signed-off-by: Kate <[email protected]>
- Loading branch information
1 parent
acc54bd
commit a8bc98c
Showing
52 changed files
with
8 additions
and
7,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.