diff --git a/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/files/patches/no-endian-header.patch b/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/files/patches/no-endian-header.patch deleted file mode 100644 index f009acbf..00000000 --- a/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/files/patches/no-endian-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/base_bigstring_stubs.c b/src/base_bigstring_stubs.c -index ebf54a9..6e81175 100644 ---- a/src/base_bigstring_stubs.c -+++ b/src/base_bigstring_stubs.c -@@ -31,6 +31,7 @@ - #define bswap_64 swap64 - #elif __CYGWIN__ - #include -+#elif defined(__MINGW32__) - #else - #include - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) diff --git a/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/opam b/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/opam deleted file mode 100644 index 669e99e2..00000000 --- a/packages/base_bigstring-windows/base_bigstring-windows.v0.14.0/opam +++ /dev/null @@ -1,29 +0,0 @@ -opam-version: "2.0" -maintainer: "Jane Street developers" -authors: ["Jane Street Group, LLC"] -homepage: "https://github.com/janestreet/base_bigstring" -bug-reports: "https://github.com/janestreet/base_bigstring/issues" -dev-repo: "git+https://github.com/janestreet/base_bigstring.git" -doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base_bigstring/index.html" -license: "MIT" -patches: [ - "patches/no-endian-header.patch" -] -build: [ - ["dune" "build" "-p" "base_bigstring" "-j" jobs "-x" "windows"] -] -depends: [ - "ocaml-windows" {>= "4.07.0"} - "base-windows" {>= "v0.14" & < "v0.15"} - "ppx_jane" {>= "v0.14" & < "v0.15"} - "ppx_jane-windows" {>= "v0.14" & < "v0.15"} - "dune" {build & >= "2.0.0"} -] -synopsis: "String type based on [Bigarray], for use in I/O and C-bindings" -description: " -String type based on [Bigarray], for use in I/O and C-bindings. -" -url { - src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/base_bigstring-v0.14.0.tar.gz" - checksum: "md5=b6c68507bef58c3e1b4df483ed516144" -} diff --git a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/no-endian-header.patch b/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/no-endian-header.patch deleted file mode 100644 index 79070561..00000000 --- a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/no-endian-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/bigstring_stubs.c b/src/bigstring_stubs.c -index ebf54a9..6e81175 100644 ---- a/src/bigstring_stubs.c -+++ b/src/bigstring_stubs.c -@@ -31,6 +31,7 @@ - #define bswap_64 swap64 - #elif __CYGWIN__ - #include -+#elif defined(__MINGW32__) - #else - #include - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) diff --git a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/sixtyfour-fix.patch b/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/sixtyfour-fix.patch deleted file mode 100644 index 9bd02510..00000000 --- a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/files/patches/sixtyfour-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/config/discover.ml b/src/config/discover.ml -index ef26121..b74d7bb 100644 ---- a/src/config/discover.ml -+++ b/src/config/discover.ml -@@ -41,8 +41,8 @@ let () = - - let ocaml_vars = - List.map -- (C.C_define.import c ~includes:["caml/config.h"] -- [ "ARCH_SIXTYFOUR" , Switch ]) -+ (* On opam-cross-windows, host word size == target word size. *) -+ [ "ARCH_SIXTYFOUR" , C.C_define.Value.Switch (Int.num_bits = 63) ] - ~f:(fun (name, v) -> ("JSC_" ^ name, v)) - in - diff --git a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/opam b/packages/core_kernel-windows/core_kernel-windows.v0.11.1/opam deleted file mode 100644 index 7df8ac66..00000000 --- a/packages/core_kernel-windows/core_kernel-windows.v0.11.1/opam +++ /dev/null @@ -1,53 +0,0 @@ -opam-version: "2.0" -maintainer: "opensource@janestreet.com" -authors: ["Jane Street Group, LLC "] -homepage: "https://github.com/janestreet/core_kernel" -bug-reports: "https://github.com/janestreet/core_kernel/issues" -dev-repo: "git+https://github.com/janestreet/core_kernel.git" -license: "Apache-2.0" -patches: [ - "patches/no-endian-header.patch" - "patches/sixtyfour-fix.patch" -] -build: [ - ["jbuilder" "build" "-p" "core_kernel" "-j" jobs "-x" "windows"] -] -conflicts: [ "jbuilder" { = "1.0+beta19" } ] -depends: [ - "ocaml-windows" {>= "4.04.1" & < "4.08.0"} - "base-windows" {>= "v0.11" & < "v0.12"} - "bin_prot-windows" {>= "v0.11" & < "v0.12"} - "configurator" {>= "v0.11" & < "v0.12"} - "configurator-windows" {>= "v0.11" & < "v0.12"} - "fieldslib-windows" {>= "v0.11" & < "v0.12"} - "jane-street-headers-windows" {>= "v0.11" & < "v0.12"} - "ppx_assert-windows" {>= "v0.11" & < "v0.12"} - "ppx_base-windows" {>= "v0.11" & < "v0.12"} - "ppx_hash-windows" {>= "v0.11" & < "v0.12"} - "ppx_inline_test-windows" {>= "v0.11" & < "v0.12"} - "ppx_jane" {>= "v0.11" & < "v0.12"} - "ppx_jane-windows" {>= "v0.11" & < "v0.12"} - "ppx_sexp_conv-windows" {>= "v0.11" & < "v0.12"} - "ppx_sexp_message-windows" {>= "v0.11" & < "v0.12"} - "sexplib-windows" {>= "v0.11" & < "v0.12"} - "splittable_random-windows" {>= "v0.11" & < "v0.12"} - "stdio-windows" {>= "v0.11" & < "v0.12"} - "typerep-windows" {>= "v0.11" & < "v0.12"} - "variantslib-windows" {>= "v0.11" & < "v0.12"} - "jbuilder" {build & >= "1.0+beta18.1"} - "ocaml-migrate-parsetree-windows" {>= "1.0"} -] -depopts: [ - "base-native-int63" -] -synopsis: "Industrial strength alternative to OCaml's standard library" -description: """ -The Core suite of libraries is an industrial strength alternative to -OCaml's standard library that was developed by Jane Street, the -largest industrial user of OCaml. - -Core_kernel is the system-independent part of Core.""" -url { - src: "https://github.com/janestreet/core_kernel/archive/v0.11.1.tar.gz" - checksum: "md5=2946775ce7660e026996d55da9c10b83" -} diff --git a/packages/core_kernel-windows/core_kernel-windows.v0.14.2/files/patches/no-endian-header.patch b/packages/core_kernel-windows/core_kernel-windows.v0.14.2/files/patches/no-endian-header.patch deleted file mode 100644 index 79070561..00000000 --- a/packages/core_kernel-windows/core_kernel-windows.v0.14.2/files/patches/no-endian-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/bigstring_stubs.c b/src/bigstring_stubs.c -index ebf54a9..6e81175 100644 ---- a/src/bigstring_stubs.c -+++ b/src/bigstring_stubs.c -@@ -31,6 +31,7 @@ - #define bswap_64 swap64 - #elif __CYGWIN__ - #include -+#elif defined(__MINGW32__) - #else - #include - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) diff --git a/packages/core_kernel-windows/core_kernel-windows.v0.14.2/opam b/packages/core_kernel-windows/core_kernel-windows.v0.14.2/opam deleted file mode 100644 index 2c130c2a..00000000 --- a/packages/core_kernel-windows/core_kernel-windows.v0.14.2/opam +++ /dev/null @@ -1,52 +0,0 @@ -opam-version: "2.0" -maintainer: "Jane Street developers" -authors: ["Jane Street Group, LLC"] -homepage: "https://github.com/janestreet/core_kernel" -bug-reports: "https://github.com/janestreet/core_kernel/issues" -dev-repo: "git+https://github.com/janestreet/core_kernel.git" -doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core_kernel/index.html" -license: "MIT" -patches: [ - "patches/no-endian-header.patch" -] -build: [ - ["dune" "build" "-p" "core_kernel" "-j" jobs "-x" "windows"] -] -depends: [ - "ocaml-windows" {>= "4.08"} - "base-windows" {>= "v0.14" & < "v0.15"} - "base_bigstring-windows" {>= "v0.14" & < "v0.15"} - "base_quickcheck-windows" {>= "v0.14" & < "v0.15"} - "bin_prot-windows" {>= "v0.14" & < "v0.15"} - "fieldslib-windows" {>= "v0.14" & < "v0.15"} - "jane-street-headers-windows" {>= "v0.14" & < "v0.15"} - "jst-config-windows" {>= "v0.14" & < "v0.15"} - "ppx_assert-windows" {>= "v0.14" & < "v0.15"} - "ppx_base-windows" {>= "v0.14" & < "v0.15"} - "ppx_hash-windows" {>= "v0.14" & < "v0.15"} - "ppx_inline_test-windows" {>= "v0.14" & < "v0.15"} - "ppx_jane-windows" {>= "v0.14" & < "v0.15"} - "ppx_jane-windows" {>= "v0.14" & < "v0.15"} - "ppx_sexp_conv-windows" {>= "v0.14" & < "v0.15"} - "ppx_sexp_message-windows" {>= "v0.14" & < "v0.15"} - "sexplib-windows" {>= "v0.14" & < "v0.15"} - "splittable_random-windows" {>= "v0.14" & < "v0.15"} - "stdio-windows" {>= "v0.14" & < "v0.15"} - "time_now-windows" {>= "v0.14" & < "v0.15"} - "typerep-windows" {>= "v0.14" & < "v0.15"} - "variantslib-windows" {>= "v0.14" & < "v0.15"} - "ppx_optcomp-windows" {>= "v0.14.3" & < "v0.15"} - "dune" {>= "2.0.0"} -] -synopsis: "Industrial strength alternative to OCaml's standard library" -description: " -The Core suite of libraries is an industrial strength alternative to -OCaml's standard library that was developed by Jane Street, the -largest industrial user of OCaml. - -Core_kernel is the system-independent part of Core. -" -url { - src: "https://github.com/janestreet/core_kernel/archive/v0.14.2.tar.gz" - checksum: "md5=ede2f6d22eaa8320f88bac67d41b5cff" -} diff --git a/packages/num-windows/num-windows.1.1/files/ext-dll.patch b/packages/num-windows/num-windows.1.1/files/ext-dll.patch deleted file mode 100644 index a5d4fd6b..00000000 --- a/packages/num-windows/num-windows.1.1/files/ext-dll.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index 97dc074..8133a86 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -80,7 +80,7 @@ endif - ifeq "$(NATDYNLINK)" "true" - TOINSTALL+=nums.cmxs - endif --TOINSTALL_STUBS=dllnums.$(SO) -+TOINSTALL_STUBS=dllnums$(EXT_DLL) - - install: - $(OCAMLFIND) install num META -@@ -97,7 +97,7 @@ endif - $(OCAMLFIND) remove num - - clean: -- rm -f *.cm[ioxta] *.cmx[as] *.cmti *.$(O) *.$(A) *.$(SO) -+ rm -f *.cm[ioxta] *.cmx[as] *.cmti *.$(O) *.$(A) *$(EXT_DLL) - - depend: - $(OCAMLDEP) -slash *.mli *.ml > .depend diff --git a/packages/num-windows/num-windows.1.1/files/findlib-install.patch b/packages/num-windows/num-windows.1.1/files/findlib-install.patch deleted file mode 100644 index 209e99af..00000000 --- a/packages/num-windows/num-windows.1.1/files/findlib-install.patch +++ /dev/null @@ -1,129 +0,0 @@ -From 7688bb4fea24463c92e9c4870acc08495a4c77cb Mon Sep 17 00:00:00 2001 -From: David Allsopp -Date: Wed, 10 Jan 2018 15:20:46 +0000 -Subject: [PATCH] Provide findlib-install target - -Allows installing the entire library using ocamlfind. ---- - Makefile | 10 +++++++++- - src/META | 17 ----------------- - src/META.in | 19 +++++++++++++++++++ - src/Makefile | 17 +++++++++++++++-- - 4 files changed, 43 insertions(+), 20 deletions(-) - delete mode 100644 src/META - create mode 100644 src/META.in - -diff --git a/Makefile b/Makefile -index 6a5d08f..b40e588 100644 ---- a/Makefile -+++ b/Makefile -@@ -14,8 +14,16 @@ install: - $(MAKE) -C src install - $(MAKE) -C toplevel install - -+findlib-install: -+ $(MAKE) -C src findlib-install -+ $(MAKE) -C toplevel install -+ - uninstall: - $(MAKE) -C src uninstall - $(MAKE) -C toplevel uninstall - --.PHONY: all test clean install uninstall -+findlib-uninstall: -+ $(MAKE) -C src findlib-uninstall -+ $(MAKE) -C toplevel uninstall -+ -+.PHONY: all test clean install uninstall findlib-install findlib-uninstall -diff --git a/src/META b/src/META -deleted file mode 100644 -index 66ac170..0000000 ---- a/src/META -+++ /dev/null -@@ -1,17 +0,0 @@ --# This META is the one provided by findlib when the "num" library was --# part of the core OCaml distribution. For backward compatibility, --# it installs into OCaml's standard library directory, not in a subdirectory -- --requires = "num.core" --requires(toploop) = "num.core,num-top" --version = "1.0" --description = "Arbitrary-precision rational arithmetic" --package "core" ( -- directory = "^" -- version = "1.0" -- browse_interfaces = "" -- archive(byte) = "nums.cma" -- archive(native) = "nums.cmxa" -- plugin(byte) = "nums.cma" -- plugin(native) = "nums.cmxs" --) -diff --git a/src/META.in b/src/META.in -new file mode 100644 -index 0000000..b5678b7 ---- /dev/null -+++ b/src/META.in -@@ -0,0 +1,19 @@ -+# This META is the one provided by findlib when the "num" library was -+# part of the core OCaml distribution. For backward compatibility, -+# it is installed into OCaml's standard library directory. If the -+# directory line below is removed, then it's installed in a -+# subdirectory, as normal for a findlib package. -+ -+requires = "num.core" -+requires(toploop) = "num.core,num-top" -+version = "1.0" -+description = "Arbitrary-precision rational arithmetic" -+package "core" ( -+ directory = "^" -+ version = "1.0" -+ browse_interfaces = "" -+ archive(byte) = "nums.cma" -+ archive(native) = "nums.cmxa" -+ plugin(byte) = "nums.cma" -+ plugin(native) = "nums.cmxs" -+) -diff --git a/src/Makefile b/src/Makefile -index 97dc074..ff271fe 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -80,21 +80,34 @@ endif - ifeq "$(NATDYNLINK)" "true" - TOINSTALL+=nums.cmxs - endif -+ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true" - TOINSTALL_STUBS=dllnums$(EXT_DLL) -+else -+TOINSTALL_STUBS= -+endif - - install: -+ cp META.in META - $(OCAMLFIND) install num META -+ rm -f META - $(INSTALL_DATA) $(TOINSTALL) $(STDLIBDIR) - ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true" - $(INSTALL_DLL) $(TOINSTALL_STUBS) $(STDLIBDIR)/stublibs - endif - --uninstall: -+findlib-install: -+ grep -Fv '^' META.in > META -+ $(OCAMLFIND) install num META $(TOINSTALL) $(TOINSTALL_STUBS) -+ rm -f META -+ -+findlib-uninstall: -+ $(OCAMLFIND) remove num -+ -+uninstall: findlib-uninstall - cd $(STDLIBDIR) && rm -f $(TOINSTALL) - ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true" - cd $(STDLIBDIR)/stublibs && rm -f $(TOINSTALL_STUBS) - endif -- $(OCAMLFIND) remove num - - clean: - rm -f *.cm[ioxta] *.cmx[as] *.cmti *.$(O) *.$(A) *$(EXT_DLL) --- -2.14.1 - diff --git a/packages/num-windows/num-windows.1.1/files/use-ocamlfind.patch b/packages/num-windows/num-windows.1.1/files/use-ocamlfind.patch deleted file mode 100644 index b2fcd489..00000000 --- a/packages/num-windows/num-windows.1.1/files/use-ocamlfind.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index 97dc074..2dc3d1f 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -1,7 +1,7 @@ --OCAMLC=ocamlc --OCAMLOPT=ocamlopt --OCAMLDEP=ocamldep --OCAMLMKLIB=ocamlmklib -+OCAMLC=ocamlfind ocamlc -+OCAMLOPT=ocamlfind ocamlopt -+OCAMLDEP=ocamlfind ocamldep -+OCAMLMKLIB=ocamlfind ocamlmklib - OCAMLFIND=ocamlfind - INSTALL_DATA=install -m 644 - INSTALL_DLL=install -diff --git a/toplevel/Makefile b/toplevel/Makefile -index 8c91b0b..e77d0ba 100644 ---- a/toplevel/Makefile -+++ b/toplevel/Makefile -@@ -1,5 +1,5 @@ --OCAMLC=ocamlc --OCAMLDEP=ocamldep -+OCAMLC=ocamlfind ocamlc -+OCAMLDEP=ocamlfind ocamldep - OCAMLFIND=ocamlfind - - CAMLCFLAGS=-I ../src -I +compiler-libs \ diff --git a/packages/num-windows/num-windows.1.1/opam b/packages/num-windows/num-windows.1.1/opam deleted file mode 100644 index 05847415..00000000 --- a/packages/num-windows/num-windows.1.1/opam +++ /dev/null @@ -1,49 +0,0 @@ -opam-version: "2.0" -name: "num-windows" -version: "1.1" -maintainer: "Xavier Leroy " -authors: [ - "Valérie Ménissier-Morain" - "Pierre Weis" - "Xavier Leroy" -] -license: "LGPL 2.1 with OCaml linking exception" - -homepage: "https://github.com/ocaml/num/" -bug-reports: "https://github.com/ocaml/num/issues" -dev-repo: "git+https://github.com/ocaml/num.git" -build: [ - ["env" "OCAMLFIND_TOOLCHAIN=windows" - make] -] -install: [ - ["env" "OCAMLFIND_TOOLCHAIN=windows" - make "findlib-install" ] -] -remove: [ - ["env" "OCAMLFIND_TOOLCHAIN=windows" - make "findlib-uninstall" ] -] - -depends: [ - "ocaml" {>= "4.06.0"} - "ocamlfind" {build & >= "1.7.3"} - "ocaml-windows" -] -conflicts: [ "base-num" ] -patches: [ - "use-ocamlfind.patch" - "ext-dll.patch" - "findlib-install.patch" -] -synopsis: - "The legacy Num library for arbitrary-precision integer and rational arithmetic" -extra-files: [ - ["use-ocamlfind.patch" "md5=74e000c656911f690cb810c0bcc299f7"] - ["findlib-install.patch" "md5=52208bbd0acb7a1343c6350228866d49"] - ["ext-dll.patch" "md5=3ef7e819336ed997e3db7b173c6f550d"] -] -url { - src: "https://github.com/ocaml/num/archive/v1.1.tar.gz" - checksum: "md5=710cbe18b144955687a03ebab439ff2b" -} diff --git a/packages/num-windows/num-windows.1.5/opam b/packages/num-windows/num-windows.1.5/opam new file mode 100644 index 00000000..ef0f63d8 --- /dev/null +++ b/packages/num-windows/num-windows.1.5/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "Xavier Leroy " +authors: [ + "Valérie Ménissier-Morain" + "Pierre Weis" + "Xavier Leroy" +] +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/ocaml/num/" +bug-reports: "https://github.com/ocaml/num/issues" +dev-repo: "git+https://github.com/ocaml/num.git" +build: [ + [ + "dune" + "build" + "-p" + "num" + "-x" + "windows" + "-j" + jobs + "@install" + ] +] +depends: [ + "ocaml-windows" {>= "4.06.0"} + "dune" +] +conflicts: [ "base-num" ] +synopsis: + "The legacy Num library for arbitrary-precision integer and rational arithmetic" +url { + src: "https://github.com/ocaml/num/archive/v1.5.tar.gz" + checksum: [ + "md5=b1f9405dfe5f573ea187f122f789ae57" + "sha512=110dd01140c1c96f5f067aa824bb63f74a26411dcaa65aaf04cb6c44b116ca02aaab9505f431c66964388ce4a31d86da5928b4c0e5557800e834de80bed46495" + ] +} diff --git a/packages/ppx_jane-windows/ppx_jane-windows.v0.11.0/opam b/packages/ppx_jane-windows/ppx_jane-windows.v0.11.0/opam deleted file mode 100644 index a4118652..00000000 --- a/packages/ppx_jane-windows/ppx_jane-windows.v0.11.0/opam +++ /dev/null @@ -1,56 +0,0 @@ -opam-version: "2.0" -maintainer: "opensource@janestreet.com" -authors: ["Jane Street Group, LLC "] -homepage: "https://github.com/janestreet/ppx_jane" -bug-reports: "https://github.com/janestreet/ppx_jane/issues" -dev-repo: "git+https://github.com/janestreet/ppx_jane.git" -license: "Apache-2.0" -build: [ - ["jbuilder" "build" "-p" "ppx_jane" "-j" jobs "-x" "windows"] -] -conflicts: [ "jbuilder" { = "1.0+beta19" } ] -depends: [ - "ocaml" {>= "4.04.1"} - "ppx_assert-windows" {>= "v0.11" & < "v0.12"} - "ppx_base" {>= "v0.11" & < "v0.12"} - "ppx_base-windows" {>= "v0.11" & < "v0.12"} - "ppx_bench" {>= "v0.11" & < "v0.12"} - "ppx_bench-windows" {>= "v0.11" & < "v0.12"} - "ppx_bin_prot" {>= "v0.11" & < "v0.12"} - "ppx_bin_prot-windows" {>= "v0.11" & < "v0.12"} - "ppx_custom_printf-windows" {>= "v0.11" & < "v0.12"} - "ppx_expect" {>= "v0.11" & < "v0.12"} - "ppx_expect-windows" {>= "v0.11" & < "v0.12"} - "ppx_fail" {>= "v0.11" & < "v0.12"} - "ppx_fail-windows" {>= "v0.11" & < "v0.12"} - "ppx_fields_conv-windows" {>= "v0.11" & < "v0.12"} - "ppx_here-windows" {>= "v0.11" & < "v0.12"} - "ppx_inline_test-windows" {>= "v0.11" & < "v0.12"} - "ppx_let" {>= "v0.11" & < "v0.12"} - "ppx_let-windows" {>= "v0.11" & < "v0.12"} - "ppx_optcomp-windows" {>= "v0.11" & < "v0.12"} - "ppx_optional" {>= "v0.11" & < "v0.12"} - "ppx_optional-windows" {>= "v0.11" & < "v0.12"} - "ppx_pipebang" {>= "v0.11" & < "v0.12"} - "ppx_pipebang-windows" {>= "v0.11" & < "v0.12"} - "ppx_sexp_message" {>= "v0.11" & < "v0.12"} - "ppx_sexp_message-windows" {>= "v0.11" & < "v0.12"} - "ppx_sexp_value" {>= "v0.11" & < "v0.12"} - "ppx_sexp_value-windows" {>= "v0.11" & < "v0.12"} - "ppx_typerep_conv" {>= "v0.11" & < "v0.12"} - "ppx_typerep_conv-windows" {>= "v0.11" & < "v0.12"} - "ppx_variants_conv-windows" {>= "v0.11" & < "v0.12"} - "jbuilder" {build & >= "1.0+beta18.1"} - "ocaml-migrate-parsetree-windows" {>= "1.0"} - "ppxlib-windows" {>= "0.1.0"} - "ocaml-windows" -] -synopsis: "Standard Jane Street ppx rewriters" -description: """ -This package installs a ppx-jane executable, which is a ppx driver -including all standard Jane Street ppx rewriters.""" -url { - src: - "https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_jane-v0.11.0.tar.gz" - checksum: "md5=11da0871ae3841fb6710ec6471ce6b92" -} diff --git a/packages/ppx_jane-windows/ppx_jane-windows.v0.14.0/opam b/packages/ppx_jane-windows/ppx_jane-windows.v0.14.0/opam deleted file mode 100644 index 78944618..00000000 --- a/packages/ppx_jane-windows/ppx_jane-windows.v0.14.0/opam +++ /dev/null @@ -1,63 +0,0 @@ -opam-version: "2.0" -maintainer: "Jane Street developers" -authors: ["Jane Street Group, LLC"] -homepage: "https://github.com/janestreet/ppx_jane" -bug-reports: "https://github.com/janestreet/ppx_jane/issues" -dev-repo: "git+https://github.com/janestreet/ppx_jane.git" -doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_jane/index.html" -license: "MIT" -build: [ - ["dune" "build" "-p" "ppx_jane" "-j" jobs "-x" "windows"] -] -depends: [ - "ocaml-windows" {>= "4.04.2"} - "base_quickcheck" {>= "v0.14" & < "v0.15"} - "base_quickcheck-windows" {>= "v0.14" & < "v0.15"} - "ppx_assert-windows" {>= "v0.14" & < "v0.15"} - "ppx_base" {>= "v0.14" & < "v0.15"} - "ppx_base-windows" {>= "v0.14" & < "v0.15"} - "ppx_bench" {>= "v0.14" & < "v0.15"} - "ppx_bench-windows" {>= "v0.14" & < "v0.15"} - "ppx_bin_prot" {>= "v0.14" & < "v0.15"} - "ppx_bin_prot-windows" {>= "v0.14" & < "v0.15"} - "ppx_custom_printf-windows" {>= "v0.14" & < "v0.15"} - "ppx_expect" {>= "v0.14" & < "v0.15"} - "ppx_expect-windows" {>= "v0.14" & < "v0.15"} - "ppx_fields_conv-windows" {>= "v0.14" & < "v0.15"} - "ppx_fixed_literal" - "ppx_fixed_literal-windows" - "ppx_here-windows" {>= "v0.14" & < "v0.15"} - "ppx_inline_test-windows" {>= "v0.14" & < "v0.15"} - "ppx_let" {>= "v0.14" & < "v0.15"} - "ppx_let-windows" {>= "v0.14" & < "v0.15"} - "ppx_module_timer" {>= "v0.14" & < "v0.15"} - "ppx_module_timer-windows" {>= "v0.14" & < "v0.15"} - "ppx_optcomp-windows" {>= "v0.14" & < "v0.15"} - "ppx_optional" {>= "v0.14" & < "v0.15"} - "ppx_optional-windows" {>= "v0.14" & < "v0.15"} - "ppx_pipebang" {>= "v0.14" & < "v0.15"} - "ppx_pipebang-windows" {>= "v0.14" & < "v0.15"} - "ppx_sexp_message" {>= "v0.14" & < "v0.15"} - "ppx_sexp_message-windows" {>= "v0.14" & < "v0.15"} - "ppx_sexp_value" {>= "v0.14" & < "v0.15"} - "ppx_sexp_value-windows" {>= "v0.14" & < "v0.15"} - "ppx_stable" {>= "v0.14" & < "v0.15"} - "ppx_stable-windows" {>= "v0.14" & < "v0.15"} - "ppx_string" {>= "v0.14" & < "v0.15"} - "ppx_string-windows" {>= "v0.14" & < "v0.15"} - "ppx_typerep_conv" {>= "v0.14" & < "v0.15"} - "ppx_typerep_conv-windows" {>= "v0.14" & < "v0.15"} - "ppx_variants_conv-windows" {>= "v0.14" & < "v0.15"} - "dune" {build & >= "2.0.0"} - "ppxlib" {>= "0.11.0"} - "ppxlib-windows" {>= "0.11.0"} -] -synopsis: "Standard Jane Street ppx rewriters" -description: " -This package installs a ppx-jane executable, which is a ppx driver -including all standard Jane Street ppx rewriters. -" -url { - src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/ppx_jane-v0.14.0.tar.gz" - checksum: "md5=ce8e39f9fe7ddcaf821e468a27766083" -}