From 00f56beb67c497879bf266ede0840d76de4b49d7 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sun, 25 Jul 2021 17:13:16 +0300 Subject: [PATCH 1/2] Package pla.2.0 --- packages/pla/pla.2.0/opam | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/pla/pla.2.0/opam diff --git a/packages/pla/pla.2.0/opam b/packages/pla/pla.2.0/opam new file mode 100644 index 00000000000..709c8ab795d --- /dev/null +++ b/packages/pla/pla.2.0/opam @@ -0,0 +1,24 @@ +opam-version: "2.0" +maintainer: "Leonardo Laguna Ruiz " +synopsis: "Pla is a simple library and ppx syntax extension to create composable templates based on verbatim strings" +homepage: "https://modlfo.github.io/pla/" +bug-reports: "https://github.com/modlfo/pla/issues" +license: "MIT" +dev-repo: "git+https://github.com/modlfo/pla.git" + +build: [["dune" "build" "-p" name "-j" jobs]] + +depends: [ + "ocaml" { >= "4.07.0" } + "dune" { build & >= "2.5" } + "ppxlib" { >= "0.22.0" } + "ocaml-compiler-libs" +] +authors: "Leonardo Laguna Ruiz " +url { + src: "https://github.com/modlfo/pla/archive/v2.0.tar.gz" + checksum: [ + "md5=280ec3ec81cd0b2cf3a4b6a142cc2f6c" + "sha512=0512f37c6a6a6201839abd92e612b5b225f912a8315048034dd55cef7f9afba6ae201f161c06702081117f657525d37ec529533867075f2e3a2ae042497aa7be" + ] +} \ No newline at end of file From 51786921f4ca3e06649bb992098115f71e088e63 Mon Sep 17 00:00:00 2001 From: Kate Date: Mon, 26 Jul 2021 11:19:10 +0100 Subject: [PATCH 2/2] pla.2.0: Untag dune as a build dependency --- packages/pla/pla.2.0/opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pla/pla.2.0/opam b/packages/pla/pla.2.0/opam index 709c8ab795d..171fa39ed91 100644 --- a/packages/pla/pla.2.0/opam +++ b/packages/pla/pla.2.0/opam @@ -10,7 +10,7 @@ build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "ocaml" { >= "4.07.0" } - "dune" { build & >= "2.5" } + "dune" { >= "2.5" } "ppxlib" { >= "0.22.0" } "ocaml-compiler-libs" ] @@ -21,4 +21,4 @@ url { "md5=280ec3ec81cd0b2cf3a4b6a142cc2f6c" "sha512=0512f37c6a6a6201839abd92e612b5b225f912a8315048034dd55cef7f9afba6ae201f161c06702081117f657525d37ec529533867075f2e3a2ae042497aa7be" ] -} \ No newline at end of file +}