From b28516b6cee3d2a42c04979498358a0a424b66df Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Tue, 21 Nov 2017 12:08:42 +0100 Subject: [PATCH] ppx_deriving 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a minor release on top of 4.2 (instead of a minor release on top of 4.1 as was originally discussed). The goal is to release this first, ask user feedback on whether it solves their issues, and make a 4.1 maintenance release if the issues with driverification are still there. The changelog is as follows * Add support for OCaml 4.06.0 ocaml-ppx/ppx_deriving#154, ocaml-ppx/ppx_deriving#155, ocaml-ppx/ppx_deriving#156, ocaml-ppx/ppx_deriving#159 (Gabriel Scherer, Fabian, Leonid Rozenberg) * Consider { with_path = false } when printing record fields ocaml-ppx/ppx_deriving#157 (François Pottier) --- .../ppx_deriving/ppx_deriving.4.2.1/descr | 5 +++ packages/ppx_deriving/ppx_deriving.4.2.1/opam | 34 +++++++++++++++++++ packages/ppx_deriving/ppx_deriving.4.2.1/url | 2 ++ 3 files changed, 41 insertions(+) create mode 100644 packages/ppx_deriving/ppx_deriving.4.2.1/descr create mode 100644 packages/ppx_deriving/ppx_deriving.4.2.1/opam create mode 100644 packages/ppx_deriving/ppx_deriving.4.2.1/url diff --git a/packages/ppx_deriving/ppx_deriving.4.2.1/descr b/packages/ppx_deriving/ppx_deriving.4.2.1/descr new file mode 100644 index 000000000000..c4a8e75a91fb --- /dev/null +++ b/packages/ppx_deriving/ppx_deriving.4.2.1/descr @@ -0,0 +1,5 @@ +Type-driven code generation for OCaml >=4.02 + +ppx_deriving provides common infrastructure for generating +code based on type definitions, and a set of useful plugins +for common tasks. diff --git a/packages/ppx_deriving/ppx_deriving.4.2.1/opam b/packages/ppx_deriving/ppx_deriving.4.2.1/opam new file mode 100644 index 000000000000..3a8862fff5cf --- /dev/null +++ b/packages/ppx_deriving/ppx_deriving.4.2.1/opam @@ -0,0 +1,34 @@ +opam-version: "1.2" +maintainer: "whitequark " +authors: "whitequark " +homepage: "https://github.com/whitequark/ppx_deriving" +bug-reports: "https://github.com/whitequark/ppx_deriving/issues" +license: "MIT" +doc: "https://whitequark.github.io/ppx_deriving" +tags: "syntax" +dev-repo: "https://github.com/whitequark/ppx_deriving.git" +substs: "pkg/META" +build: [ + "ocaml" + "pkg/build.ml" + "native=%{ocaml-native-dynlink}%" + "native-dynlink=%{ocaml-native-dynlink}%" +] +build-test: [ + "ocamlbuild" + "-classic-display" + "-use-ocamlfind" + "src_test/test_ppx_deriving.byte" + "--" +] +build-doc: [make "doc"] +depends: [ + "ocamlbuild" {build} + "ocamlfind" {build & >= "1.6.0"} + "cppo" {build} + "cppo_ocamlbuild" {build} + "ppx_tools" {>= "4.02.3"} + "result" + "ounit" {test} +] +available: [ocaml-version >= "4.02.1" & opam-version >= "1.2"] diff --git a/packages/ppx_deriving/ppx_deriving.4.2.1/url b/packages/ppx_deriving/ppx_deriving.4.2.1/url new file mode 100644 index 000000000000..4b9c5405cc04 --- /dev/null +++ b/packages/ppx_deriving/ppx_deriving.4.2.1/url @@ -0,0 +1,2 @@ +http: "https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz" +checksum: "2195fccf2a527c3ff9ec5b4e36e2f0a8"