Skip to content

Commit

Permalink
Merge pull request #1 from lefessan/z-2023-06-08-ez_file
Browse files Browse the repository at this point in the history
Add ez_file-windows.04 and ocplib_stuff-windows.0.4
  • Loading branch information
lefessan authored Jun 8, 2023
2 parents adf5c0d + 32e6b05 commit 71249c3
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/ez_file-windows/ez_file-windows.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainer: ["Fabrice Le Fessant <[email protected]>"]
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" ]
}
45 changes: 45 additions & 0 deletions packages/ez_file-windows/ez_file-windows.0.3.0/opam~
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainer: ["Fabrice Le Fessant <[email protected]>"]
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" ]
}
45 changes: 45 additions & 0 deletions packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainer: ["Fabrice Le Fessant <[email protected]>"]
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" ]
}
45 changes: 45 additions & 0 deletions packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainer: ["Fabrice Le Fessant <[email protected]>"]
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" ]
}

0 comments on commit 71249c3

Please sign in to comment.