forked from ocaml-cross/opam-cross-windows
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from lefessan/z-2023-06-08-ez_file
Add ez_file-windows.04 and ocplib_stuff-windows.0.4
- Loading branch information
Showing
4 changed files
with
180 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
45
packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
45
packages/ocplib_stuff-windows/ocplib_stuff-windows.0.4.0/opam~
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} |