this repo has no description
0
fork

Configure Feed

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

Merge pull request #25654 from leostera/release-riot-0.0.9

[new release] riot (0.0.9)

authored by

Raphaël Proust and committed by
GitHub
6c16a507 6c3f73f4

+54
+54
packages/riot/riot.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "An actor-model multi-core scheduler for OCaml 5" 3 + description: 4 + "Riot is an actor-model multi-core scheduler for OCaml 5. It brings Erlang-style concurrency to the language, where lighweight process communicate via message passing" 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["multicore" "erlang" "actor" "message-passing" "processes"] 9 + homepage: "https://github.com/riot-ml/riot" 10 + bug-reports: "https://github.com/riot-ml/riot/issues" 11 + depends: [ 12 + "bytestring" {>= "0.0.1"} 13 + "castore" {with-test & >= "0.0.2"} 14 + "config" {>= "0.0.1"} 15 + "gluon" {>= "0.0.1"} 16 + "mdx" {with-test & >= "2.3.1"} 17 + "mirage-crypto" {>= "0.11.2"} 18 + "mirage-crypto-rng" {>= "0.11.2"} 19 + "mtime" {>= "2.0.0"} 20 + "ocaml" {>= "5.1"} 21 + "odoc" {with-doc & >= "2.2.2"} 22 + "ptime" {>= "1.1.0"} 23 + "randomconv" {= "0.2.0"} 24 + "rio" {>= "0.0.1"} 25 + "telemetry" {>= "0.0.1"} 26 + "tls" {= "0.17.3"} 27 + "uri" {>= "4.4.0"} 28 + "x509" {with-test & >= "0.16.5"} 29 + "dune" {>= "3.11"} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + dev-repo: "git+https://github.com/riot-ml/riot.git" 46 + url { 47 + src: 48 + "https://github.com/riot-ml/riot/releases/download/0.0.9/riot-0.0.9.tbz" 49 + checksum: [ 50 + "sha256=f035f5b6ac2558794298bb7f5c7aeb73feea93e32125dc019c0aa6424b13aa8a" 51 + "sha512=854ae5310d49ca863ac4ea6aa7e7f9129d5b0e3d7093ca16c42d3e5a287219745e24249ff5d00173dd0f60754fc85d98f22895f2084ec0b16c7fb35fdb5d9802" 52 + ] 53 + } 54 + x-commit-hash: "89ab4b9de3f289e36559637deb9ef9d4c0150d7c"