this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26351 from dinosaure/release-esperanto-0.0.6

Release of esperanto 0.0.6

authored by

Anil Madhavapeddy and committed by
GitHub
9bb647e3 0f4d0ee5

+87
+29
packages/aarch64-esperanto/aarch64-esperanto.0.0.6/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/dinosaure/esperanto" 5 + bug-reports: "https://github.com/dinosaure/esperanto/issues/" 6 + license: "MIT" 7 + tags: "org:mirage" 8 + dev-repo: "git+https://github.com/dinosaure/esperanto.git" 9 + build: [ 10 + ["sh" "-c" "cd caml && ./configure.sh --prefix=%{prefix}% \ 11 + --target=aarch64-unknown-cosmo" ] 12 + ["sh" "-c" "make -C caml -j%{jobs}%"] 13 + ] 14 + install: ["sh" "-c" "make -C caml install" ] 15 + available: opam-version >= "2.1.0" 16 + depends: [ 17 + "conf-which" {build} 18 + "ocaml-src" {build} 19 + "esperanto-cosmopolitan" {= version & build} 20 + "ocaml" {>= "4.13.0" & < "4.15.0"} 21 + "dune" {>= "2.6"} 22 + ] 23 + synopsis: "An OCaml compiler with Cosmopolitan" 24 + description: 25 + "An OCaml compiler (toolchain) with Cosmopolitan as the C library" 26 + url { 27 + src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.6/esperanto-v0.0.6.tar.gz" 28 + checksum: "sha512=773aa123ab919741c50d366d01e9846f43b8f443299b1936a7b932f4c980dcc22bc4da9e764f8932bb6118c5b5f2519e4f0778be17677b2fc24bf6c89afa73a9" 29 + }
+29
packages/esperanto-cosmopolitan/esperanto-cosmopolitan.0.0.6/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/dinosaure/esperanto" 5 + bug-reports: "https://github.com/dinosaure/esperanto/issues/" 6 + license: "MIT" 7 + tags: "org:mirage" 8 + dev-repo: "git+https://github.com/dinosaure/esperanto.git" 9 + build: [ 10 + [ make "-C" "toolchain" ] 11 + ] 12 + install: [ 13 + [ make "-C" "toolchain" "PREFIX=%{prefix}%" "install" ] 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.13.0"} 17 + "dune" {>= "2.6"} 18 + "decompress" {>= "1.5.3"} 19 + "checkseum" 20 + "digestif" {>= "1.0.0"} 21 + # "conf-binutils" 22 + ] 23 + synopsis: "Cosmopolitan toolchain for OCaml compiler" 24 + description: "A little toolchain for OCaml with Cosmopolitan" 25 + available: [ opam-version >= "2.1.0" & arch = "x86_64" & (os = "linux" | os = "freebsd" | os = "openbsd") ] 26 + url { 27 + src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.6/esperanto-v0.0.6.tar.gz" 28 + checksum: "sha512=773aa123ab919741c50d366d01e9846f43b8f443299b1936a7b932f4c980dcc22bc4da9e764f8932bb6118c5b5f2519e4f0778be17677b2fc24bf6c89afa73a9" 29 + }
+29
packages/x86_64-esperanto/x86_64-esperanto.0.0.6/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/dinosaure/esperanto" 5 + bug-reports: "https://github.com/dinosaure/esperanto/issues/" 6 + license: "MIT" 7 + tags: "org:mirage" 8 + dev-repo: "git+https://github.com/dinosaure/esperanto.git" 9 + build: [ 10 + ["sh" "-c" "cd caml && ./configure.sh --prefix=%{prefix}% \ 11 + --target=x86_64-unknown-cosmo" ] 12 + ["sh" "-c" "make -C caml -j%{jobs}%"] 13 + ] 14 + install: ["sh" "-c" "make -C caml install" ] 15 + available: opam-version >= "2.1.0" 16 + depends: [ 17 + "conf-which" {build} 18 + "ocaml-src" {build} 19 + "esperanto-cosmopolitan" {= version & build} 20 + "ocaml" {>= "4.13.0" & < "4.15.0"} 21 + "dune" {>= "2.6"} 22 + ] 23 + synopsis: "An OCaml compiler with Cosmopolitan" 24 + description: 25 + "An OCaml compiler (toolchain) with Cosmopolitan as the C library" 26 + url { 27 + src: "https://github.com/dinosaure/esperanto/releases/download/v0.0.6/esperanto-v0.0.6.tar.gz" 28 + checksum: "sha512=773aa123ab919741c50d366d01e9846f43b8f443299b1936a7b932f4c980dcc22bc4da9e764f8932bb6118c5b5f2519e4f0778be17677b2fc24bf6c89afa73a9" 29 + }