this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25884 from ejgallego/release-ppx_import-v1.11.0

[new release] ppx_import (1.11.0)

authored by

Marcello Seri and committed by
GitHub
b5c3fa67 dc7ad95d

+33
+33
packages/ppx_import/ppx_import.1.11.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A syntax extension for importing declarations from interface files" 3 + maintainer: "whitequark <whitequark@whitequark.org>" 4 + authors: [ "whitequark <whitequark@whitequark.org>" ] 5 + homepage: "https://github.com/ocaml-ppx/ppx_import" 6 + doc: "https://ocaml-ppx.github.io/ppx_import/" 7 + license: "MIT" 8 + bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues" 9 + dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git" 10 + tags: [ "syntax" ] 11 + 12 + depends: [ 13 + "ocaml" {>= "4.05.0" & < "4.10.0" } 14 + | ("ocaml" {>= "4.10.0"} 15 + "ppx_sexp_conv" {with-test & >= "v0.13.0"}) 16 + "dune" { >= "1.11.0" } 17 + "ppxlib" { >= "0.26.0" } 18 + "ounit" { with-test } 19 + "ppx_deriving" { with-test & >= "4.2.1" } 20 + ] 21 + 22 + build: [["dune" "build" "-p" name "-j" jobs] 23 + ["dune" "runtest" "-p" name "-j" jobs] { with-test } 24 + ] 25 + url { 26 + src: 27 + "https://github.com/ocaml-ppx/ppx_import/releases/download/v1.11.0/ppx_import-1.11.0.tbz" 28 + checksum: [ 29 + "sha256=2667efd48910a1a4e4cb1a31a7d148d0284d112a826a80ec03b0f86546ceac1a" 30 + "sha512=5259faf2c2d6e617b6ebd67aaec2258859d2438a98007dc7e672325b8bce0303946f781370fb385597e5a8c12f3e5b5f57f8f853fb90aa69fcc8e2111c97347d" 31 + ] 32 + } 33 + x-commit-hash: "ff74500409bcebc37197e5b133da81b2a85884a3"