Renamed ppx_let to ppx_let_generalized (part 2)
To avoid conflicts in an installaction containing both our changes and the official version.
This commit is contained in:
parent
a759b50f87
commit
0ce5a864c0
@ -1 +0,0 @@
|
|||||||
(lang dune 1.5)
|
|
@ -1,2 +1,2 @@
|
|||||||
(library (name ppx_let_expander) (public_name ppx_let.expander)
|
(library (name ppx_let_expander) (public_name tezos-utils.ppx_let_generalized.expander)
|
||||||
(libraries base ppxlib) (preprocess no_preprocessing))
|
(libraries base ppxlib) (preprocess no_preprocessing))
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
opam-version: "2.0"
|
|
||||||
maintainer: "opensource@janestreet.com"
|
|
||||||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
|
||||||
homepage: "https://github.com/janestreet/ppx_let"
|
|
||||||
bug-reports: "https://github.com/janestreet/ppx_let/issues"
|
|
||||||
dev-repo: "git+https://github.com/janestreet/ppx_let.git"
|
|
||||||
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_let/index.html"
|
|
||||||
license: "MIT"
|
|
||||||
build: [
|
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
|
||||||
]
|
|
||||||
depends: [
|
|
||||||
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
|
||||||
"base"
|
|
||||||
"dune" {build & >= "1.5.1"}
|
|
||||||
"ppxlib" {>= "0.5.0"}
|
|
||||||
]
|
|
||||||
synopsis: "Monadic let-bindings"
|
|
||||||
description: "
|
|
||||||
Part of the Jane Street's PPX rewriters collection.
|
|
||||||
"
|
|
@ -1,2 +1,2 @@
|
|||||||
(library (name ppx_let) (public_name ppx_let) (kind ppx_rewriter)
|
(library (name ppx_let) (public_name tezos-utils.ppx_let_generalized) (kind ppx_rewriter)
|
||||||
(libraries ppxlib ppx_let_expander) (preprocess no_preprocessing))
|
(libraries ppxlib ppx_let_expander) (preprocess no_preprocessing))
|
||||||
|
@ -40,6 +40,10 @@ depends: [
|
|||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
"tezos-protocol-alpha"
|
"tezos-protocol-alpha"
|
||||||
"michelson-parser"
|
"michelson-parser"
|
||||||
|
# from ppx_let:
|
||||||
|
"ocaml" {>= "4.04.2" & < "4.08.0"}
|
||||||
|
"dune" {build & >= "1.5.1"}
|
||||||
|
"ppxlib" {>= "0.5.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "build" "-p" name]
|
["dune" "build" "-p" name]
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
run
|
run
|
||||||
)
|
)
|
||||||
(preprocess
|
(preprocess
|
||||||
(pps ppx_let)
|
(pps tezos-utils.ppx_let_generalized)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ depends: [
|
|||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
"dune" { build & >= "1.0.1" }
|
"dune" { build & >= "1.0.1" }
|
||||||
"menhir"
|
"menhir"
|
||||||
"ppx_let"
|
"ppx_let_generalized"
|
||||||
"tezos-utils"
|
"tezos-utils"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
Loading…
Reference in New Issue
Block a user