From e1a3b4b73e85a927ea1d2b217011c459bdbf375b Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 16 May 2024 01:55:12 +0200 Subject: [PATCH] [new release] ppx_import (1.11.0) CHANGES: * Support for OCaml 5.2 (ocaml-ppx/ppx_import#94, @kit-ty-kate, backport to 1.x by @ejgallego ocaml-ppx/ppx_import#97) --- packages/ppx_import/ppx_import.1.11.0/opam | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/ppx_import/ppx_import.1.11.0/opam diff --git a/packages/ppx_import/ppx_import.1.11.0/opam b/packages/ppx_import/ppx_import.1.11.0/opam new file mode 100644 index 00000000000..5902a8f7f07 --- /dev/null +++ b/packages/ppx_import/ppx_import.1.11.0/opam @@ -0,0 +1,33 @@ +opam-version: "2.0" +synopsis: "A syntax extension for importing declarations from interface files" +maintainer: "whitequark " +authors: [ "whitequark " ] +homepage: "https://github.com/ocaml-ppx/ppx_import" +doc: "https://ocaml-ppx.github.io/ppx_import/" +license: "MIT" +bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues" +dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git" +tags: [ "syntax" ] + +depends: [ + "ocaml" {>= "4.05.0" & < "4.10.0" } +| ("ocaml" {>= "4.10.0"} + "ppx_sexp_conv" {with-test & >= "v0.13.0"}) + "dune" { >= "1.11.0" } + "ppxlib" { >= "0.26.0" } + "ounit" { with-test } + "ppx_deriving" { with-test & >= "4.2.1" } +] + +build: [["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] { with-test } + ] +url { + src: + "https://github.com/ocaml-ppx/ppx_import/releases/download/v1.11.0/ppx_import-1.11.0.tbz" + checksum: [ + "sha256=2667efd48910a1a4e4cb1a31a7d148d0284d112a826a80ec03b0f86546ceac1a" + "sha512=5259faf2c2d6e617b6ebd67aaec2258859d2438a98007dc7e672325b8bce0303946f781370fb385597e5a8c12f3e5b5f57f8f853fb90aa69fcc8e2111c97347d" + ] +} +x-commit-hash: "ff74500409bcebc37197e5b133da81b2a85884a3"