From 4e1eecbac99818cf4665a11b2f311033f457cf65 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 25 Sep 2015 18:14:44 +0100 Subject: [PATCH] Initial release of Jane Street ppx rewriters --- .../ppx_assert/ppx_assert.113.09.00/descr | 2 ++ packages/ppx_assert/ppx_assert.113.09.00/opam | 21 +++++++++++++++++++ packages/ppx_assert/ppx_assert.113.09.00/url | 2 ++ packages/ppx_bench/ppx_bench.113.09.00/descr | 2 ++ packages/ppx_bench/ppx_bench.113.09.00/opam | 19 +++++++++++++++++ packages/ppx_bench/ppx_bench.113.09.00/url | 2 ++ .../ppx_bin_prot/ppx_bin_prot.113.09.00/descr | 2 ++ .../ppx_bin_prot/ppx_bin_prot.113.09.00/opam | 18 ++++++++++++++++ .../ppx_bin_prot/ppx_bin_prot.113.09.00/url | 2 ++ .../ppx_compare/ppx_compare.113.09.00/descr | 2 ++ .../ppx_compare/ppx_compare.113.09.00/opam | 18 ++++++++++++++++ .../ppx_compare/ppx_compare.113.09.00/url | 2 ++ .../ppx_conv_func.113.09.00/descr | 2 ++ .../ppx_conv_func.113.09.00/opam | 18 ++++++++++++++++ .../ppx_conv_func/ppx_conv_func.113.09.00/url | 2 ++ packages/ppx_core/ppx_core.113.09.00/descr | 2 ++ packages/ppx_core/ppx_core.113.09.00/opam | 15 +++++++++++++ packages/ppx_core/ppx_core.113.09.00/url | 2 ++ .../ppx_csv_conv/ppx_csv_conv.113.09.00/descr | 2 ++ .../ppx_csv_conv/ppx_csv_conv.113.09.00/opam | 19 +++++++++++++++++ .../ppx_csv_conv/ppx_csv_conv.113.09.00/url | 2 ++ .../ppx_driver/ppx_driver.113.09.00/descr | 2 ++ packages/ppx_driver/ppx_driver.113.09.00/opam | 17 +++++++++++++++ packages/ppx_driver/ppx_driver.113.09.00/url | 2 ++ .../ppx_enumerate.113.09.00/descr | 2 ++ .../ppx_enumerate.113.09.00/opam | 18 ++++++++++++++++ .../ppx_enumerate/ppx_enumerate.113.09.00/url | 2 ++ packages/ppx_fail/ppx_fail.113.09.00/descr | 2 ++ packages/ppx_fail/ppx_fail.113.09.00/opam | 18 ++++++++++++++++ packages/ppx_fail/ppx_fail.113.09.00/url | 2 ++ .../ppx_fields_conv.113.09.00/descr | 2 ++ .../ppx_fields_conv.113.09.00/opam | 18 ++++++++++++++++ .../ppx_fields_conv.113.09.00/url | 2 ++ packages/ppx_here/ppx_here.113.09.00/descr | 2 ++ packages/ppx_here/ppx_here.113.09.00/opam | 17 +++++++++++++++ packages/ppx_here/ppx_here.113.09.00/url | 2 ++ .../ppx_inline_test.113.09.00/descr | 2 ++ .../ppx_inline_test.113.09.00/opam | 18 ++++++++++++++++ .../ppx_inline_test.113.09.00/url | 2 ++ .../ppx_optcomp/ppx_optcomp.113.09.00/descr | 2 ++ .../ppx_optcomp/ppx_optcomp.113.09.00/opam | 16 ++++++++++++++ .../ppx_optcomp/ppx_optcomp.113.09.00/url | 2 ++ .../ppx_pipebang/ppx_pipebang.113.09.00/descr | 2 ++ .../ppx_pipebang/ppx_pipebang.113.09.00/opam | 17 +++++++++++++++ .../ppx_pipebang/ppx_pipebang.113.09.00/url | 2 ++ .../ppx_sexp_conv.113.09.00/descr | 2 ++ .../ppx_sexp_conv.113.09.00/opam | 18 ++++++++++++++++ .../ppx_sexp_conv/ppx_sexp_conv.113.09.00/url | 2 ++ .../ppx_sexp_value.113.09.00/descr | 2 ++ .../ppx_sexp_value.113.09.00/opam | 18 ++++++++++++++++ .../ppx_sexp_value.113.09.00/url | 2 ++ .../ppx_type_conv.113.09.00/descr | 2 ++ .../ppx_type_conv.113.09.00/opam | 17 +++++++++++++++ .../ppx_type_conv/ppx_type_conv.113.09.00/url | 2 ++ .../ppx_typerep_conv.113.09.00/descr | 2 ++ .../ppx_typerep_conv.113.09.00/opam | 18 ++++++++++++++++ .../ppx_typerep_conv.113.09.00/url | 2 ++ .../ppx_variants_conv.113.09.00/descr | 2 ++ .../ppx_variants_conv.113.09.00/opam | 18 ++++++++++++++++ .../ppx_variants_conv.113.09.00/url | 2 ++ .../ppx_xml_conv/ppx_xml_conv.113.09.00/descr | 2 ++ .../ppx_xml_conv/ppx_xml_conv.113.09.00/opam | 19 +++++++++++++++++ .../ppx_xml_conv/ppx_xml_conv.113.09.00/url | 2 ++ 63 files changed, 459 insertions(+) create mode 100644 packages/ppx_assert/ppx_assert.113.09.00/descr create mode 100644 packages/ppx_assert/ppx_assert.113.09.00/opam create mode 100644 packages/ppx_assert/ppx_assert.113.09.00/url create mode 100644 packages/ppx_bench/ppx_bench.113.09.00/descr create mode 100644 packages/ppx_bench/ppx_bench.113.09.00/opam create mode 100644 packages/ppx_bench/ppx_bench.113.09.00/url create mode 100644 packages/ppx_bin_prot/ppx_bin_prot.113.09.00/descr create mode 100644 packages/ppx_bin_prot/ppx_bin_prot.113.09.00/opam create mode 100644 packages/ppx_bin_prot/ppx_bin_prot.113.09.00/url create mode 100644 packages/ppx_compare/ppx_compare.113.09.00/descr create mode 100644 packages/ppx_compare/ppx_compare.113.09.00/opam create mode 100644 packages/ppx_compare/ppx_compare.113.09.00/url create mode 100644 packages/ppx_conv_func/ppx_conv_func.113.09.00/descr create mode 100644 packages/ppx_conv_func/ppx_conv_func.113.09.00/opam create mode 100644 packages/ppx_conv_func/ppx_conv_func.113.09.00/url create mode 100644 packages/ppx_core/ppx_core.113.09.00/descr create mode 100644 packages/ppx_core/ppx_core.113.09.00/opam create mode 100644 packages/ppx_core/ppx_core.113.09.00/url create mode 100644 packages/ppx_csv_conv/ppx_csv_conv.113.09.00/descr create mode 100644 packages/ppx_csv_conv/ppx_csv_conv.113.09.00/opam create mode 100644 packages/ppx_csv_conv/ppx_csv_conv.113.09.00/url create mode 100644 packages/ppx_driver/ppx_driver.113.09.00/descr create mode 100644 packages/ppx_driver/ppx_driver.113.09.00/opam create mode 100644 packages/ppx_driver/ppx_driver.113.09.00/url create mode 100644 packages/ppx_enumerate/ppx_enumerate.113.09.00/descr create mode 100644 packages/ppx_enumerate/ppx_enumerate.113.09.00/opam create mode 100644 packages/ppx_enumerate/ppx_enumerate.113.09.00/url create mode 100644 packages/ppx_fail/ppx_fail.113.09.00/descr create mode 100644 packages/ppx_fail/ppx_fail.113.09.00/opam create mode 100644 packages/ppx_fail/ppx_fail.113.09.00/url create mode 100644 packages/ppx_fields_conv/ppx_fields_conv.113.09.00/descr create mode 100644 packages/ppx_fields_conv/ppx_fields_conv.113.09.00/opam create mode 100644 packages/ppx_fields_conv/ppx_fields_conv.113.09.00/url create mode 100644 packages/ppx_here/ppx_here.113.09.00/descr create mode 100644 packages/ppx_here/ppx_here.113.09.00/opam create mode 100644 packages/ppx_here/ppx_here.113.09.00/url create mode 100644 packages/ppx_inline_test/ppx_inline_test.113.09.00/descr create mode 100644 packages/ppx_inline_test/ppx_inline_test.113.09.00/opam create mode 100644 packages/ppx_inline_test/ppx_inline_test.113.09.00/url create mode 100644 packages/ppx_optcomp/ppx_optcomp.113.09.00/descr create mode 100644 packages/ppx_optcomp/ppx_optcomp.113.09.00/opam create mode 100644 packages/ppx_optcomp/ppx_optcomp.113.09.00/url create mode 100644 packages/ppx_pipebang/ppx_pipebang.113.09.00/descr create mode 100644 packages/ppx_pipebang/ppx_pipebang.113.09.00/opam create mode 100644 packages/ppx_pipebang/ppx_pipebang.113.09.00/url create mode 100644 packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/descr create mode 100644 packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/opam create mode 100644 packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/url create mode 100644 packages/ppx_sexp_value/ppx_sexp_value.113.09.00/descr create mode 100644 packages/ppx_sexp_value/ppx_sexp_value.113.09.00/opam create mode 100644 packages/ppx_sexp_value/ppx_sexp_value.113.09.00/url create mode 100644 packages/ppx_type_conv/ppx_type_conv.113.09.00/descr create mode 100644 packages/ppx_type_conv/ppx_type_conv.113.09.00/opam create mode 100644 packages/ppx_type_conv/ppx_type_conv.113.09.00/url create mode 100644 packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/descr create mode 100644 packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/opam create mode 100644 packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/url create mode 100644 packages/ppx_variants_conv/ppx_variants_conv.113.09.00/descr create mode 100644 packages/ppx_variants_conv/ppx_variants_conv.113.09.00/opam create mode 100644 packages/ppx_variants_conv/ppx_variants_conv.113.09.00/url create mode 100644 packages/ppx_xml_conv/ppx_xml_conv.113.09.00/descr create mode 100644 packages/ppx_xml_conv/ppx_xml_conv.113.09.00/opam create mode 100644 packages/ppx_xml_conv/ppx_xml_conv.113.09.00/url diff --git a/packages/ppx_assert/ppx_assert.113.09.00/descr b/packages/ppx_assert/ppx_assert.113.09.00/descr new file mode 100644 index 00000000000..f9a6f2a5a6c --- /dev/null +++ b/packages/ppx_assert/ppx_assert.113.09.00/descr @@ -0,0 +1,2 @@ +Assert-like extension nodes that raise useful errors on failure +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_assert/ppx_assert.113.09.00/opam b/packages/ppx_assert/ppx_assert.113.09.00/opam new file mode 100644 index 00000000000..27d38d0d2b4 --- /dev/null +++ b/packages/ppx_assert/ppx_assert.113.09.00/opam @@ -0,0 +1,21 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_assert" +bug-reports: "https://github.com/janestreet/ppx_assert/issues" +dev-repo: "https://github.com/janestreet/ppx_assert.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_assert"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_core" + "ppx_compare" + "ppx_deriving" + "ppx_tools" + "sexplib" + "ppx_here" + "ppx_sexp_conv" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_assert/ppx_assert.113.09.00/url b/packages/ppx_assert/ppx_assert.113.09.00/url new file mode 100644 index 00000000000..fc2a849d0fd --- /dev/null +++ b/packages/ppx_assert/ppx_assert.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_assert/archive/113.09.00.tar.gz" +checksum: "d2194f747216a71097693d3cb3c102bb" diff --git a/packages/ppx_bench/ppx_bench.113.09.00/descr b/packages/ppx_bench/ppx_bench.113.09.00/descr new file mode 100644 index 00000000000..c5f600890f3 --- /dev/null +++ b/packages/ppx_bench/ppx_bench.113.09.00/descr @@ -0,0 +1,2 @@ +Syntax extension for writing in-line benchmarks in ocaml code +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_bench/ppx_bench.113.09.00/opam b/packages/ppx_bench/ppx_bench.113.09.00/opam new file mode 100644 index 00000000000..462b3263df8 --- /dev/null +++ b/packages/ppx_bench/ppx_bench.113.09.00/opam @@ -0,0 +1,19 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_bench" +bug-reports: "https://github.com/janestreet/ppx_bench/issues" +dev-repo: "https://github.com/janestreet/ppx_bench.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_bench"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_inline_test" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_bench/ppx_bench.113.09.00/url b/packages/ppx_bench/ppx_bench.113.09.00/url new file mode 100644 index 00000000000..ed1f5d98bb3 --- /dev/null +++ b/packages/ppx_bench/ppx_bench.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_bench/archive/113.09.00.tar.gz" +checksum: "3c72662f89c03817f19d8a4b64fe4090" diff --git a/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/descr b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/descr new file mode 100644 index 00000000000..7cc379e839d --- /dev/null +++ b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of bin_prot readers and writers from types +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/opam b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/opam new file mode 100644 index 00000000000..0ccb5e596aa --- /dev/null +++ b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_bin_prot" +bug-reports: "https://github.com/janestreet/ppx_bin_prot/issues" +dev-repo: "https://github.com/janestreet/ppx_bin_prot.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_bin_prot"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/url b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/url new file mode 100644 index 00000000000..75a044b82db --- /dev/null +++ b/packages/ppx_bin_prot/ppx_bin_prot.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_bin_prot/archive/113.09.00.tar.gz" +checksum: "794541999d03efac6dc32c9ee100537b" diff --git a/packages/ppx_compare/ppx_compare.113.09.00/descr b/packages/ppx_compare/ppx_compare.113.09.00/descr new file mode 100644 index 00000000000..4d924138be1 --- /dev/null +++ b/packages/ppx_compare/ppx_compare.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of comparison functions from types +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_compare/ppx_compare.113.09.00/opam b/packages/ppx_compare/ppx_compare.113.09.00/opam new file mode 100644 index 00000000000..1491a99be87 --- /dev/null +++ b/packages/ppx_compare/ppx_compare.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_compare" +bug-reports: "https://github.com/janestreet/ppx_compare/issues" +dev-repo: "https://github.com/janestreet/ppx_compare.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_compare"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_compare/ppx_compare.113.09.00/url b/packages/ppx_compare/ppx_compare.113.09.00/url new file mode 100644 index 00000000000..e8be01754f0 --- /dev/null +++ b/packages/ppx_compare/ppx_compare.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_compare/archive/113.09.00.tar.gz" +checksum: "f5fe6c28d12ce6def285b23c55323ae6" diff --git a/packages/ppx_conv_func/ppx_conv_func.113.09.00/descr b/packages/ppx_conv_func/ppx_conv_func.113.09.00/descr new file mode 100644 index 00000000000..ef32707b486 --- /dev/null +++ b/packages/ppx_conv_func/ppx_conv_func.113.09.00/descr @@ -0,0 +1,2 @@ +Deprecated +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_conv_func/ppx_conv_func.113.09.00/opam b/packages/ppx_conv_func/ppx_conv_func.113.09.00/opam new file mode 100644 index 00000000000..bc4d79b2d9d --- /dev/null +++ b/packages/ppx_conv_func/ppx_conv_func.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_conv_func" +bug-reports: "https://github.com/janestreet/ppx_conv_func/issues" +dev-repo: "https://github.com/janestreet/ppx_conv_func.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_conv_func"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_conv_func/ppx_conv_func.113.09.00/url b/packages/ppx_conv_func/ppx_conv_func.113.09.00/url new file mode 100644 index 00000000000..4df758434e8 --- /dev/null +++ b/packages/ppx_conv_func/ppx_conv_func.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_conv_func/archive/113.09.00.tar.gz" +checksum: "43170a8b502e5b33aac70af37639ae39" diff --git a/packages/ppx_core/ppx_core.113.09.00/descr b/packages/ppx_core/ppx_core.113.09.00/descr new file mode 100644 index 00000000000..b1bacb7d6f5 --- /dev/null +++ b/packages/ppx_core/ppx_core.113.09.00/descr @@ -0,0 +1,2 @@ +Standard library for ppx rewriters +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_core/ppx_core.113.09.00/opam b/packages/ppx_core/ppx_core.113.09.00/opam new file mode 100644 index 00000000000..72d8ef7474a --- /dev/null +++ b/packages/ppx_core/ppx_core.113.09.00/opam @@ -0,0 +1,15 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_core" +bug-reports: "https://github.com/janestreet/ppx_core/issues" +dev-repo: "https://github.com/janestreet/ppx_core.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_core"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_tools" + "ppx_deriving" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_core/ppx_core.113.09.00/url b/packages/ppx_core/ppx_core.113.09.00/url new file mode 100644 index 00000000000..c13c170a18a --- /dev/null +++ b/packages/ppx_core/ppx_core.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_core/archive/113.09.00.tar.gz" +checksum: "7175dd2248206e5896b931fd3ddc0e02" diff --git a/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/descr b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/descr new file mode 100644 index 00000000000..94d2f5bd50f --- /dev/null +++ b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generate functions to read/write records in csv format +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/opam b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/opam new file mode 100644 index 00000000000..104318d7333 --- /dev/null +++ b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/opam @@ -0,0 +1,19 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_csv_conv" +bug-reports: "https://github.com/janestreet/ppx_csv_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_csv_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_csv_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_conv_func" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/url b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/url new file mode 100644 index 00000000000..b26dea2d45b --- /dev/null +++ b/packages/ppx_csv_conv/ppx_csv_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_csv_conv/archive/113.09.00.tar.gz" +checksum: "a0467128be9140c62af01d9a35c3d3a4" diff --git a/packages/ppx_driver/ppx_driver.113.09.00/descr b/packages/ppx_driver/ppx_driver.113.09.00/descr new file mode 100644 index 00000000000..0fff593bcd2 --- /dev/null +++ b/packages/ppx_driver/ppx_driver.113.09.00/descr @@ -0,0 +1,2 @@ +Feature-full driver for OCaml AST transformers +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_driver/ppx_driver.113.09.00/opam b/packages/ppx_driver/ppx_driver.113.09.00/opam new file mode 100644 index 00000000000..db46b36a785 --- /dev/null +++ b/packages/ppx_driver/ppx_driver.113.09.00/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_driver" +bug-reports: "https://github.com/janestreet/ppx_driver/issues" +dev-repo: "https://github.com/janestreet/ppx_driver.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_driver"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_optcomp" + "ppx_core" + "ppx_tools" + "ppx_deriving" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_driver/ppx_driver.113.09.00/url b/packages/ppx_driver/ppx_driver.113.09.00/url new file mode 100644 index 00000000000..6cc84c47af2 --- /dev/null +++ b/packages/ppx_driver/ppx_driver.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_driver/archive/113.09.00.tar.gz" +checksum: "46e9241d9a8d5b5693198835df00704b" diff --git a/packages/ppx_enumerate/ppx_enumerate.113.09.00/descr b/packages/ppx_enumerate/ppx_enumerate.113.09.00/descr new file mode 100644 index 00000000000..3d70aaf717b --- /dev/null +++ b/packages/ppx_enumerate/ppx_enumerate.113.09.00/descr @@ -0,0 +1,2 @@ +Generate a list containing all values of a finite type +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_enumerate/ppx_enumerate.113.09.00/opam b/packages/ppx_enumerate/ppx_enumerate.113.09.00/opam new file mode 100644 index 00000000000..46d9ef116b6 --- /dev/null +++ b/packages/ppx_enumerate/ppx_enumerate.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_enumerate" +bug-reports: "https://github.com/janestreet/ppx_enumerate/issues" +dev-repo: "https://github.com/janestreet/ppx_enumerate.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_enumerate"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_enumerate/ppx_enumerate.113.09.00/url b/packages/ppx_enumerate/ppx_enumerate.113.09.00/url new file mode 100644 index 00000000000..6e38c0455b3 --- /dev/null +++ b/packages/ppx_enumerate/ppx_enumerate.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_enumerate/archive/113.09.00.tar.gz" +checksum: "a7dc3385f85b15cbd6feb9e032f69739" diff --git a/packages/ppx_fail/ppx_fail.113.09.00/descr b/packages/ppx_fail/ppx_fail.113.09.00/descr new file mode 100644 index 00000000000..96293932e7c --- /dev/null +++ b/packages/ppx_fail/ppx_fail.113.09.00/descr @@ -0,0 +1,2 @@ +Add location to calls to failwiths +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_fail/ppx_fail.113.09.00/opam b/packages/ppx_fail/ppx_fail.113.09.00/opam new file mode 100644 index 00000000000..1e9da620c33 --- /dev/null +++ b/packages/ppx_fail/ppx_fail.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_fail" +bug-reports: "https://github.com/janestreet/ppx_fail/issues" +dev-repo: "https://github.com/janestreet/ppx_fail.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_fail"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_here" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_fail/ppx_fail.113.09.00/url b/packages/ppx_fail/ppx_fail.113.09.00/url new file mode 100644 index 00000000000..b62dd706a64 --- /dev/null +++ b/packages/ppx_fail/ppx_fail.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_fail/archive/113.09.00.tar.gz" +checksum: "61a13384227cb0fee69bd13e959e17e9" diff --git a/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/descr b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/descr new file mode 100644 index 00000000000..f40f81384ae --- /dev/null +++ b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of accessor and iteration functions for ocaml records +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/opam b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/opam new file mode 100644 index 00000000000..9a3dbb172eb --- /dev/null +++ b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_fields_conv" +bug-reports: "https://github.com/janestreet/ppx_fields_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_fields_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_fields_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/url b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/url new file mode 100644 index 00000000000..33faa2f56a1 --- /dev/null +++ b/packages/ppx_fields_conv/ppx_fields_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_fields_conv/archive/113.09.00.tar.gz" +checksum: "e785aaffbafb46d3345d09bef4517248" diff --git a/packages/ppx_here/ppx_here.113.09.00/descr b/packages/ppx_here/ppx_here.113.09.00/descr new file mode 100644 index 00000000000..9e5674989c6 --- /dev/null +++ b/packages/ppx_here/ppx_here.113.09.00/descr @@ -0,0 +1,2 @@ +Expands [%here] into its location +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_here/ppx_here.113.09.00/opam b/packages/ppx_here/ppx_here.113.09.00/opam new file mode 100644 index 00000000000..7e4d2453e85 --- /dev/null +++ b/packages/ppx_here/ppx_here.113.09.00/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_here" +bug-reports: "https://github.com/janestreet/ppx_here/issues" +dev-repo: "https://github.com/janestreet/ppx_here.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_here"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_here/ppx_here.113.09.00/url b/packages/ppx_here/ppx_here.113.09.00/url new file mode 100644 index 00000000000..db381238f52 --- /dev/null +++ b/packages/ppx_here/ppx_here.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_here/archive/113.09.00.tar.gz" +checksum: "fc9eb32dc2185201db7dcd51ef834bdd" diff --git a/packages/ppx_inline_test/ppx_inline_test.113.09.00/descr b/packages/ppx_inline_test/ppx_inline_test.113.09.00/descr new file mode 100644 index 00000000000..6f55361deec --- /dev/null +++ b/packages/ppx_inline_test/ppx_inline_test.113.09.00/descr @@ -0,0 +1,2 @@ +Syntax extension for writing in-line tests in ocaml code +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_inline_test/ppx_inline_test.113.09.00/opam b/packages/ppx_inline_test/ppx_inline_test.113.09.00/opam new file mode 100644 index 00000000000..0feda8884a8 --- /dev/null +++ b/packages/ppx_inline_test/ppx_inline_test.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_inline_test" +bug-reports: "https://github.com/janestreet/ppx_inline_test/issues" +dev-repo: "https://github.com/janestreet/ppx_inline_test.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_inline_test"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_inline_test/ppx_inline_test.113.09.00/url b/packages/ppx_inline_test/ppx_inline_test.113.09.00/url new file mode 100644 index 00000000000..c66212a7b2c --- /dev/null +++ b/packages/ppx_inline_test/ppx_inline_test.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_inline_test/archive/113.09.00.tar.gz" +checksum: "de5b930e38ab5649f95e6b23c2fe4ff5" diff --git a/packages/ppx_optcomp/ppx_optcomp.113.09.00/descr b/packages/ppx_optcomp/ppx_optcomp.113.09.00/descr new file mode 100644 index 00000000000..3f971100044 --- /dev/null +++ b/packages/ppx_optcomp/ppx_optcomp.113.09.00/descr @@ -0,0 +1,2 @@ +Optional compilation for OCaml +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_optcomp/ppx_optcomp.113.09.00/opam b/packages/ppx_optcomp/ppx_optcomp.113.09.00/opam new file mode 100644 index 00000000000..882d2fb5087 --- /dev/null +++ b/packages/ppx_optcomp/ppx_optcomp.113.09.00/opam @@ -0,0 +1,16 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_optcomp" +bug-reports: "https://github.com/janestreet/ppx_optcomp/issues" +dev-repo: "https://github.com/janestreet/ppx_optcomp.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_optcomp"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_core" + "ppx_tools" + "ppx_deriving" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_optcomp/ppx_optcomp.113.09.00/url b/packages/ppx_optcomp/ppx_optcomp.113.09.00/url new file mode 100644 index 00000000000..e5be543d35d --- /dev/null +++ b/packages/ppx_optcomp/ppx_optcomp.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_optcomp/archive/113.09.00.tar.gz" +checksum: "f6b0d80f9d1224914c71f94ff62c2939" diff --git a/packages/ppx_pipebang/ppx_pipebang.113.09.00/descr b/packages/ppx_pipebang/ppx_pipebang.113.09.00/descr new file mode 100644 index 00000000000..35f96d2c255 --- /dev/null +++ b/packages/ppx_pipebang/ppx_pipebang.113.09.00/descr @@ -0,0 +1,2 @@ +A ppx rewriter that inlines reverse application operators `|>` and `|!` +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_pipebang/ppx_pipebang.113.09.00/opam b/packages/ppx_pipebang/ppx_pipebang.113.09.00/opam new file mode 100644 index 00000000000..2a17c255755 --- /dev/null +++ b/packages/ppx_pipebang/ppx_pipebang.113.09.00/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_pipebang" +bug-reports: "https://github.com/janestreet/ppx_pipebang/issues" +dev-repo: "https://github.com/janestreet/ppx_pipebang.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_pipebang"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_pipebang/ppx_pipebang.113.09.00/url b/packages/ppx_pipebang/ppx_pipebang.113.09.00/url new file mode 100644 index 00000000000..27d3a73ee53 --- /dev/null +++ b/packages/ppx_pipebang/ppx_pipebang.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_pipebang/archive/113.09.00.tar.gz" +checksum: "cbc4c95b758266ea926a05466af585a8" diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/descr b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/descr new file mode 100644 index 00000000000..cf8a7198b55 --- /dev/null +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of S-expression conversion functions from type definitions +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/opam b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/opam new file mode 100644 index 00000000000..461a2dfb2f6 --- /dev/null +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_sexp_conv" +bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_sexp_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_sexp_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/url b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/url new file mode 100644 index 00000000000..92873b59e69 --- /dev/null +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_sexp_conv/archive/113.09.00.tar.gz" +checksum: "fb5c83972255f00e901bf42523d8837e" diff --git a/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/descr b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/descr new file mode 100644 index 00000000000..fdcac76cb73 --- /dev/null +++ b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/descr @@ -0,0 +1,2 @@ +A ppx rewriter that simplifies building s-expressions from ocaml values +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/opam b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/opam new file mode 100644 index 00000000000..35d6c7490d9 --- /dev/null +++ b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_sexp_value" +bug-reports: "https://github.com/janestreet/ppx_sexp_value/issues" +dev-repo: "https://github.com/janestreet/ppx_sexp_value.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_sexp_value"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_sexp_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/url b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/url new file mode 100644 index 00000000000..0d49ea398fe --- /dev/null +++ b/packages/ppx_sexp_value/ppx_sexp_value.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_sexp_value/archive/113.09.00.tar.gz" +checksum: "b33e1bd759ecc93353e5733ace78f379" diff --git a/packages/ppx_type_conv/ppx_type_conv.113.09.00/descr b/packages/ppx_type_conv/ppx_type_conv.113.09.00/descr new file mode 100644 index 00000000000..9c4fa89f56f --- /dev/null +++ b/packages/ppx_type_conv/ppx_type_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Support Library for type-driven code generators +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_type_conv/ppx_type_conv.113.09.00/opam b/packages/ppx_type_conv/ppx_type_conv.113.09.00/opam new file mode 100644 index 00000000000..f31b0b52834 --- /dev/null +++ b/packages/ppx_type_conv/ppx_type_conv.113.09.00/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_type_conv" +bug-reports: "https://github.com/janestreet/ppx_type_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_type_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_type_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_type_conv/ppx_type_conv.113.09.00/url b/packages/ppx_type_conv/ppx_type_conv.113.09.00/url new file mode 100644 index 00000000000..1a2c08bfbc1 --- /dev/null +++ b/packages/ppx_type_conv/ppx_type_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_type_conv/archive/113.09.00.tar.gz" +checksum: "9f3a963bc9cea85ddc99e32a159c5b3a" diff --git a/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/descr b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/descr new file mode 100644 index 00000000000..96f18c5d242 --- /dev/null +++ b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of runtime types from type declarations +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/opam b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/opam new file mode 100644 index 00000000000..b772fe8bbc1 --- /dev/null +++ b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_typerep_conv" +bug-reports: "https://github.com/janestreet/ppx_typerep_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_typerep_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_typerep_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/url b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/url new file mode 100644 index 00000000000..be9514caa2d --- /dev/null +++ b/packages/ppx_typerep_conv/ppx_typerep_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_typerep_conv/archive/113.09.00.tar.gz" +checksum: "eafa43886f62537b2e4a3f29f8e9d562" diff --git a/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/descr b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/descr new file mode 100644 index 00000000000..eafce27901b --- /dev/null +++ b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generation of accessor and iteration functions for ocaml variant types +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/opam b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/opam new file mode 100644 index 00000000000..a433ab86672 --- /dev/null +++ b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/opam @@ -0,0 +1,18 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_variants_conv" +bug-reports: "https://github.com/janestreet/ppx_variants_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_variants_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_variants_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/url b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/url new file mode 100644 index 00000000000..99dfd40639f --- /dev/null +++ b/packages/ppx_variants_conv/ppx_variants_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_variants_conv/archive/113.09.00.tar.gz" +checksum: "4c5040d350c4b42730f14cbf42c4e2b6" diff --git a/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/descr b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/descr new file mode 100644 index 00000000000..87f9e95f3c4 --- /dev/null +++ b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/descr @@ -0,0 +1,2 @@ +Generate XML conversion functions from records +Part of the Jane Street's PPX rewriters collection. diff --git a/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/opam b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/opam new file mode 100644 index 00000000000..6b37f2d7113 --- /dev/null +++ b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/opam @@ -0,0 +1,19 @@ +opam-version: "1.2" +maintainer: "opensource@janestreet.com" +authors: ["Jane Street Group, LLC "] +homepage: "https://github.com/janestreet/ppx_xml_conv" +bug-reports: "https://github.com/janestreet/ppx_xml_conv/issues" +dev-repo: "https://github.com/janestreet/ppx_xml_conv.git" +license: "Apache-2.0" +build: [[make]] +install: [[make "install"]] +remove: [["ocamlfind" "remove" "ppx_xml_conv"]] +build-doc: [[make "doc"]] +depends: [ "ocamlfind" {>= "1.3.2"} + "ppx_type_conv" + "ppx_core" + "ppx_conv_func" + "ppx_deriving" + "ppx_tools" + "ppx_driver" ] +available: [ ocaml-version >= "4.02.2" ] diff --git a/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/url b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/url new file mode 100644 index 00000000000..55d5162a6ba --- /dev/null +++ b/packages/ppx_xml_conv/ppx_xml_conv.113.09.00/url @@ -0,0 +1,2 @@ +archive: "https://github.com/janestreet/ppx_xml_conv/archive/113.09.00.tar.gz" +checksum: "d54991a24f8b60140e5eb60b03c00960"