this repo has no description

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

[new release] riot (0.0.9)

Changed files
+54
packages
riot
riot.0.0.9
+54
packages/riot/riot.0.0.9/opam
···
+
opam-version: "2.0"
+
synopsis: "An actor-model multi-core scheduler for OCaml 5"
+
description:
+
"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"
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["multicore" "erlang" "actor" "message-passing" "processes"]
+
homepage: "https://github.com/riot-ml/riot"
+
bug-reports: "https://github.com/riot-ml/riot/issues"
+
depends: [
+
"bytestring" {>= "0.0.1"}
+
"castore" {with-test & >= "0.0.2"}
+
"config" {>= "0.0.1"}
+
"gluon" {>= "0.0.1"}
+
"mdx" {with-test & >= "2.3.1"}
+
"mirage-crypto" {>= "0.11.2"}
+
"mirage-crypto-rng" {>= "0.11.2"}
+
"mtime" {>= "2.0.0"}
+
"ocaml" {>= "5.1"}
+
"odoc" {with-doc & >= "2.2.2"}
+
"ptime" {>= "1.1.0"}
+
"randomconv" {= "0.2.0"}
+
"rio" {>= "0.0.1"}
+
"telemetry" {>= "0.0.1"}
+
"tls" {= "0.17.3"}
+
"uri" {>= "4.4.0"}
+
"x509" {with-test & >= "0.16.5"}
+
"dune" {>= "3.11"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/riot-ml/riot.git"
+
url {
+
src:
+
"https://github.com/riot-ml/riot/releases/download/0.0.9/riot-0.0.9.tbz"
+
checksum: [
+
"sha256=f035f5b6ac2558794298bb7f5c7aeb73feea93e32125dc019c0aa6424b13aa8a"
+
"sha512=854ae5310d49ca863ac4ea6aa7e7f9129d5b0e3d7093ca16c42d3e5a287219745e24249ff5d00173dd0f60754fc85d98f22895f2084ec0b16c7fb35fdb5d9802"
+
]
+
}
+
x-commit-hash: "89ab4b9de3f289e36559637deb9ef9d4c0150d7c"