this repo has no description

Release of Esperanto (v0.0.5)

- Support Cosmopolitan 3.1 (dinosaure/esperanto#43, @dinosaure)
- Fix the compilation of esperanto with setup-ocaml and GitHub CI (dinosaure/esperanto#44, @dinosaure)
- Extend the support of Esperanto to 4.13 (dinosaure/esperanto#45, @dinosaure)

Changed files
+82
packages
aarch64-esperanto
aarch64-esperanto.0.0.5
esperanto-cosmopolitan
esperanto-cosmopolitan.0.0.5
x86_64-esperanto
x86_64-esperanto.0.0.5
+27
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" ]
+
depends: [
+
"conf-which" {build}
+
"ocaml-src" {build}
+
"esperanto-cosmopolitan" {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=477e11c143fd97f8de7246cba8319d8d5113a3f71d0ff6c521f318a1a92c9367d7f63baaa502f01d3796e8f696aa4dcace65097c00c8842da8dcf098fb742691"
+
}
+28
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: [
+
"dune"
+
"decompress"
+
"checkseum"
+
"digestif"
+
# "conf-binutils"
+
]
+
synopsis: "Cosmopolitan toolchain for OCaml compiler"
+
description: "A little toolchain for OCaml with Cosmopolitan"
+
available: [ 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=477e11c143fd97f8de7246cba8319d8d5113a3f71d0ff6c521f318a1a92c9367d7f63baaa502f01d3796e8f696aa4dcace65097c00c8842da8dcf098fb742691"
+
}
+27
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" ]
+
depends: [
+
"conf-which" {build}
+
"ocaml-src" {build}
+
"esperanto-cosmopolitan" {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=477e11c143fd97f8de7246cba8319d8d5113a3f71d0ff6c521f318a1a92c9367d7f63baaa502f01d3796e8f696aa4dcace65097c00c8842da8dcf098fb742691"
+
}