this repo has no description

Merge pull request #24973 from dinosaure/release-esperant-0.0.5

Release of Esperanto (v0.0.5)

Changed files
+92 -3
packages
aarch64-esperanto
aarch64-esperanto.0.0.5
esperanto
esperanto.0.0.1
esperanto.0.0.2
esperanto.0.0.3
esperanto.0.0.4
esperanto-cosmopolitan
esperanto-cosmopolitan.0.0.5
x86_64-esperanto
x86_64-esperanto.0.0.5
+28
packages/aarch64-esperanto/aarch64-esperanto.0.0.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/dinosaure/esperanto"
+
bug-reports: "https://github.com/dinosaure/esperanto/issues/"
+
license: "MIT"
+
tags: "org:mirage"
+
dev-repo: "git+https://github.com/dinosaure/esperanto.git"
+
build: [
+
["sh" "-c" "cd caml && ./configure.sh --prefix=%{prefix}% \
+
--target=aarch64-unknown-cosmo" ]
+
["sh" "-c" "make -C caml -j%{jobs}%"]
+
]
+
install: ["sh" "-c" "make -C caml install" ]
+
available: opam-version >= "2.1.0"
+
depends: [
+
"conf-which" {build}
+
"ocaml-src" {build}
+
"esperanto-cosmopolitan" {= version & build}
+
"ocaml" {>= "4.13.0" & < "4.15.0"}
+
]
+
synopsis: "An OCaml compiler with Cosmopolitan"
+
description:
+
"An OCaml compiler (toolchain) with Cosmopolitan as the C library"
+
url {
+
src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.5/esperanto-v0.0.5.tar.gz"
+
checksum: "sha512=c1b409de5c7ff4f33d3b280318386060ee8b3d6aa340ec2c3269b1f59e32d9caa395541ebc056d57d888da1445cde800ccf0ba8bb4b0e64950f3cca418bce888"
+
}
+29
packages/esperanto-cosmopolitan/esperanto-cosmopolitan.0.0.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/dinosaure/esperanto"
+
bug-reports: "https://github.com/dinosaure/esperanto/issues/"
+
license: "MIT"
+
tags: "org:mirage"
+
dev-repo: "git+https://github.com/dinosaure/esperanto.git"
+
build: [
+
[ make "-C" "toolchain" ]
+
]
+
install: [
+
[ make "-C" "toolchain" "PREFIX=%{prefix}%" "install" ]
+
]
+
depends: [
+
"ocaml" {>= "4.13.0"}
+
"dune" {>= "2.6"}
+
"decompress" {>= "1.5.3"}
+
"checkseum"
+
"digestif" {>= "1.0.0"}
+
# "conf-binutils"
+
]
+
synopsis: "Cosmopolitan toolchain for OCaml compiler"
+
description: "A little toolchain for OCaml with Cosmopolitan"
+
available: [ opam-version >= "2.1.0" & arch = "x86_64" & (os = "linux" | os = "freebsd" | os = "openbsd") ]
+
url {
+
src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.5/esperanto-v0.0.5.tar.gz"
+
checksum: "sha512=c1b409de5c7ff4f33d3b280318386060ee8b3d6aa340ec2c3269b1f59e32d9caa395541ebc056d57d888da1445cde800ccf0ba8bb4b0e64950f3cca418bce888"
+
}
+1
packages/esperanto/esperanto.0.0.1/opam
···
[make "-C" "caml" "-j%{jobs}%"]
]
install: [make "-C" "caml" "install"]
+
available: os = "linux"
depends: [
"conf-which" {build}
"ocaml-src" {build}
+2 -1
packages/esperanto/esperanto.0.0.2/opam
···
[make "-C" "caml" "-j%{jobs}%"]
]
install: [make "-C" "caml" "install" ]
+
available: os = "linux"
depends: [
"conf-which" {build}
"ocaml-src" {build}
-
"esperanto-cosmopolitan" {build}
+
"esperanto-cosmopolitan" {build & < "0.0.5"}
# "cosmopolitan-pth" {build}
"ocaml" {>= "4.13.0" & < "4.15.0"}
]
+2 -1
packages/esperanto/esperanto.0.0.3/opam
···
[make "-C" "caml" "-j%{jobs}%"]
]
install: [make "-C" "caml" "install" ]
+
available: os = "linux"
depends: [
"conf-which" {build}
"ocaml-src" {build}
-
"esperanto-cosmopolitan" {build}
+
"esperanto-cosmopolitan" {build & < "0.0.5"}
# "cosmopolitan-pth" {build}
"ocaml" {>= "4.13.0" & < "4.15.0"}
]
+2 -1
packages/esperanto/esperanto.0.0.4/opam
···
[make "-C" "caml" "-j%{jobs}%"]
]
install: [make "-C" "caml" "install" ]
+
available: os = "linux"
depends: [
"conf-which" {build}
"ocaml-src" {build}
-
"esperanto-cosmopolitan" {build}
+
"esperanto-cosmopolitan" {build & < "0.0.5"}
# "cosmopolitan-pth" {build}
"ocaml" {>= "4.13.0" & < "4.15.0"}
]
+28
packages/x86_64-esperanto/x86_64-esperanto.0.0.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/dinosaure/esperanto"
+
bug-reports: "https://github.com/dinosaure/esperanto/issues/"
+
license: "MIT"
+
tags: "org:mirage"
+
dev-repo: "git+https://github.com/dinosaure/esperanto.git"
+
build: [
+
["sh" "-c" "cd caml && ./configure.sh --prefix=%{prefix}% \
+
--target=x86_64-unknown-cosmo" ]
+
["sh" "-c" "make -C caml -j%{jobs}%"]
+
]
+
install: ["sh" "-c" "make -C caml install" ]
+
available: opam-version >= "2.1.0"
+
depends: [
+
"conf-which" {build}
+
"ocaml-src" {build}
+
"esperanto-cosmopolitan" {= version & build}
+
"ocaml" {>= "4.13.0" & < "4.15.0"}
+
]
+
synopsis: "An OCaml compiler with Cosmopolitan"
+
description:
+
"An OCaml compiler (toolchain) with Cosmopolitan as the C library"
+
url {
+
src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.5/esperanto-v0.0.5.tar.gz"
+
checksum: "sha512=c1b409de5c7ff4f33d3b280318386060ee8b3d6aa340ec2c3269b1f59e32d9caa395541ebc056d57d888da1445cde800ccf0ba8bb4b0e64950f3cca418bce888"
+
}