this repo has no description
0
fork

Configure Feed

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

[new release] Melange 5.1.0

+180
+45
packages/melange/melange.5.1.0-414/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Toolchain to produce JS from Reason/OCaml" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.13"} 10 + "ocaml" {>= "4.14" & < "5.0"} 11 + "cmdliner" {>= "1.1.0"} 12 + "dune-build-info" 13 + "cppo" {build} 14 + "ounit" {with-test} 15 + "reason" {dev & with-test} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 + "menhir" {>= "20201214"} 18 + "reason-react-ppx" {with-test & post} 19 + "merlin" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + available: arch != "x86_32" & arch != "arm32" 36 + dev-repo: "git+https://github.com/melange-re/melange.git" 37 + url { 38 + src: 39 + "https://github.com/melange-re/melange/releases/download/5.1.0-414/melange-5.1.0-414.tbz" 40 + checksum: [ 41 + "sha256=4afd57c8ea823612024ec5f37ad5e1ff3a97fed753ba9619d10d676512dfa5ed" 42 + "sha512=711fc4046b08ef602aefce6e11e5e039933ff7eafe326fcdfc4e5e9ae08d6e7b6a2dd3dc8c1bf1bbcb545b8be4772e6c4313f10ca65a332530a399be11058ef0" 43 + ] 44 + } 45 + x-commit-hash: "018b44a0d511e48bde78f0b1f7ac5750423bdd9f"
+45
packages/melange/melange.5.1.0-51/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Toolchain to produce JS from Reason/OCaml" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.13"} 10 + "ocaml" {>= "5.1.1" & < "5.2"} 11 + "cmdliner" {>= "1.1.0"} 12 + "dune-build-info" 13 + "cppo" {build} 14 + "ounit" {with-test} 15 + "reason" {dev & with-test} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 + "menhir" {>= "20201214"} 18 + "reason-react-ppx" {with-test & post} 19 + "merlin" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + available: arch != "x86_32" & arch != "arm32" 36 + dev-repo: "git+https://github.com/melange-re/melange.git" 37 + url { 38 + src: 39 + "https://github.com/melange-re/melange/releases/download/5.1.0-51/melange-5.1.0-51.tbz" 40 + checksum: [ 41 + "sha256=0c817cbd92c42ac15fea6e6d975fd3eb3aa31f22b10cca22b3687ffed0e1b092" 42 + "sha512=a0b85e22b106df7e9448d12977b740f735445640d4a9368591bdf5e67a95b93d5aacf957086c524549e3402faf0916c3f501ba43a631c74d8af4a7c986842c09" 43 + ] 44 + } 45 + x-commit-hash: "168ea5c56d5f2b16cdf8070f44919d7e41a62e2d"
+45
packages/melange/melange.5.1.0-52/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Toolchain to produce JS from Reason/OCaml" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.13"} 10 + "ocaml" {>= "5.2" & < "5.3"} 11 + "cmdliner" {>= "1.1.0"} 12 + "dune-build-info" 13 + "cppo" {build} 14 + "ounit" {with-test} 15 + "reason" {dev & with-test} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 + "menhir" {>= "20201214"} 18 + "reason-react-ppx" {with-test & post} 19 + "merlin" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + available: arch != "x86_32" & arch != "arm32" 36 + dev-repo: "git+https://github.com/melange-re/melange.git" 37 + url { 38 + src: 39 + "https://github.com/melange-re/melange/releases/download/5.1.0-52/melange-5.1.0-52.tbz" 40 + checksum: [ 41 + "sha256=1062089c60a8dc900363213898bc39173926e0e07e57dca2d9ac95d2556adefd" 42 + "sha512=6581a4a2f6f50783324967362acf4d5404b735e3c02f0d1659d58cb9b5a2a37b6f03c2346f652a2f77a042b84cfb27a0139d7674f81f0edb7a6b7b558c8c4235" 43 + ] 44 + } 45 + x-commit-hash: "7fef609b2770933f1d99ebfb05fe693e79880bb6"
+45
packages/melange/melange.5.1.0-53/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Toolchain to produce JS from Reason/OCaml" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.13"} 10 + "ocaml" {>= "5.3"} 11 + "cmdliner" {>= "1.1.0"} 12 + "dune-build-info" 13 + "cppo" {build} 14 + "ounit" {with-test} 15 + "reason" {dev & with-test} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 + "menhir" {>= "20201214"} 18 + "reason-react-ppx" {with-test & post} 19 + "merlin" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + available: arch != "x86_32" & arch != "arm32" 36 + dev-repo: "git+https://github.com/melange-re/melange.git" 37 + url { 38 + src: 39 + "https://github.com/melange-re/melange/releases/download/5.1.0-53/melange-5.1.0-53.tbz" 40 + checksum: [ 41 + "sha256=f7aac30f3ba5feff8373e2164cdb5b38a59457cadfec74b564c2b62d035ca4a9" 42 + "sha512=39a0b7430035b5355bad4f42fb07d719da56e457d78399fc34c38e5eeb6e5e5259f06a1209dc00325818e3dc1dd9a5988f6a25c106d2ee0ee2033ab9074791cd" 43 + ] 44 + } 45 + x-commit-hash: "2432b02d9c1990ae62fd44fad8bb53ea35b1e6b0"