From 32e6b05ba49a095165ad793e36c11f0291fe3d04 Mon Sep 17 00:00:00 2001 From: Fabrice Le Fessant Date: Thu, 8 Jun 2023 17:38:52 +0200 Subject: [PATCH] Add ez_file-windows.04 and ocplib_stuff-windows.0.4 --- .../ez_file-windows.0.3.0/opam | 45 +++++++++++++++++++ .../ez_file-windows.0.3.0/opam~ | 45 +++++++++++++++++++ .../ocplib_stuff-windows.0.4.0/opam | 45 +++++++++++++++++++ .../ocplib_stuff-windows.0.4.0/opam~ | 45 +++++++++++++++++++ 4 files changed, 180 insertions(+) create mode 100644 packages/ez_file-windows/ez_file-windows.0.3.0/opam create mode 100644 packages/ez_file-windows/ez_file-windows.0.3.0/opam~ create mode 100644 packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam create mode 100644 packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~ diff --git a/packages/ez_file-windows/ez_file-windows.0.3.0/opam b/packages/ez_file-windows/ez_file-windows.0.3.0/opam new file mode 100644 index 00000000..d33613de --- /dev/null +++ b/packages/ez_file-windows/ez_file-windows.0.3.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +synopsis: "Easy file manipulation (read_file, write_file, etc.)" +description: """\ +This library provides some modules to read and write files, and create +and scan directories. +""" +authors: ["Fabrice Le Fessant "] +maintainer: ["Fabrice Le Fessant "] +homepage: "https://ocamlpro.github.io/ez_file" +doc: "https://ocamlpro.github.io/ez_file/sphinx" +bug-reports: "https://github.com/ocamlpro/ez_file/issues" +dev-repo: "git+https://github.com/ocamlpro/ez_file.git" +tags: "org:ocamlpro" +build: [ + ["dune" "subst"] {dev} + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] + [ + "dune" + "build" + "-p" + "ez_file" + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + "-x" "windows" + ] + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] +] +install: [ + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] +] +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.7.0"} + "re-windows" {>= "1.8.0" & < "2.0.0"} + "ocplib_stuff-windows" {>= "0.1.0" & < "1.0.0"} +] + +url { + src: "https://github.com/ocamlpro/ez_file/archive/v0.3.0.tar.gz" + checksum: [ "sha256=e426f0853d613ce290003e4df93bdda93cb20be9b19ee57d59df0f92842310e9" ] +} diff --git a/packages/ez_file-windows/ez_file-windows.0.3.0/opam~ b/packages/ez_file-windows/ez_file-windows.0.3.0/opam~ new file mode 100644 index 00000000..76cdd7fa --- /dev/null +++ b/packages/ez_file-windows/ez_file-windows.0.3.0/opam~ @@ -0,0 +1,45 @@ +opam-version: "2.0" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +synopsis: "Easy file manipulation (read_file, write_file, etc.)" +description: """\ +This library provides some modules to read and write files, and create +and scan directories. +""" +authors: ["Fabrice Le Fessant "] +maintainer: ["Fabrice Le Fessant "] +homepage: "https://ocamlpro.github.io/ez_file" +doc: "https://ocamlpro.github.io/ez_file/sphinx" +bug-reports: "https://github.com/ocamlpro/ez_file/issues" +dev-repo: "git+https://github.com/ocamlpro/ez_file.git" +tags: "org:ocamlpro" +build: [ + ["dune" "subst"] {dev} + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + "-x" "windows" + ] + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] +] +install: [ + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] +] +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.7.0"} + "re-windows" {>= "1.8.0" & < "2.0.0"} + "ocplib_stuff-windows" {>= "0.1.0" & < "1.0.0"} +] + +url { + src: "https://github.com/ocamlpro/ez_file/archive/v0.3.0.tar.gz" + checksum: [ "sha256=e426f0853d613ce290003e4df93bdda93cb20be9b19ee57d59df0f92842310e9" ] +} diff --git a/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam b/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam new file mode 100644 index 00000000..e48bb74e --- /dev/null +++ b/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +synopsis: "Basic stuff used by some OCP libraries and tools" +description: """\ +This library contains some basic stuff that is used in some OCP libraries +and applications. Most of them are probably available in other extensions +of the standard libraries (extlib, core, etc.), but we are used to these +ones. +""" +authors: ["Fabrice Le Fessant "] +maintainer: ["Fabrice Le Fessant "] +homepage: "https://ocamlpro.github.io/ocplib_stuff" +doc: "https://ocamlpro.github.io/ocplib_stuff/sphinx" +bug-reports: "https://github.com/ocamlpro/ocplib_stuff/issues" +dev-repo: "git+https://github.com/ocamlpro/ocplib_stuff.git" +tags: "org:ocamlpro" +build: [ + ["dune" "subst"] {dev} + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] + [ + "dune" + "build" + "-p" + "ocplib_stuff" + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + "-x" "windows" + ] + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] +] +install: [ + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] +] +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.7.0"} +] + +url { + src: "https://github.com/ocamlpro/ocplib_stuff/archive/v0.4.0.tar.gz" + checksum: [ "sha256=471c5b3aee72923ed69b0f1a9577d053fd89b96c8711c2674367026037a96aab" ] +} diff --git a/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~ b/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~ new file mode 100644 index 00000000..b7a5a6f8 --- /dev/null +++ b/packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~ @@ -0,0 +1,45 @@ +opam-version: "2.0" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +synopsis: "Basic stuff used by some OCP libraries and tools" +description: """\ +This library contains some basic stuff that is used in some OCP libraries +and applications. Most of them are probably available in other extensions +of the standard libraries (extlib, core, etc.), but we are used to these +ones. +""" +authors: ["Fabrice Le Fessant "] +maintainer: ["Fabrice Le Fessant "] +homepage: "https://ocamlpro.github.io/ocplib_stuff" +doc: "https://ocamlpro.github.io/ocplib_stuff/sphinx" +bug-reports: "https://github.com/ocamlpro/ocplib_stuff/issues" +dev-repo: "git+https://github.com/ocamlpro/ocplib_stuff.git" +tags: "org:ocamlpro" +build: [ + ["dune" "subst"] {dev} + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + "-x" "windows" + ] + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] +] +install: [ + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] +] +depends: [ + "ocaml" {>= "4.07.0"} + "dune" {>= "2.7.0"} +] + +url { + src: "https://github.com/ocamlpro/ocplib_stuff/archive/v0.4.0.tar.gz" + checksum: [ "sha256=471c5b3aee72923ed69b0f1a9577d053fd89b96c8711c2674367026037a96aab" ] +}