this repo has no description

Merge pull request #24836 from leostera/release-atacama-0.0.3

[new release] atacama (0.0.3)

Changed files
+41
packages
atacama
atacama.0.0.3
+41
packages/atacama/atacama.0.0.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Modern, pure OCaml socket pool for Riot"
+
description:
+
"Atacama is a modern, pure OCaml socket pool for Riot inspired by Thousand Island. It aims to be easy to understand and reason about, while also being at least as stable and performant as the alternatives."
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["topics" "socket" "socket pool" "riot"]
+
homepage: "https://github.com/leostera/atacama"
+
bug-reports: "https://github.com/leostera/atacama/issues"
+
depends: [
+
"ocaml" {>= "5.1"}
+
"riot" {>= "0.0.4"}
+
"telemetry" {>= "0.0.1"}
+
"dune" {>= "3.10"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/leostera/atacama.git"
+
url {
+
src:
+
"https://github.com/leostera/atacama/releases/download/0.0.3/atacama-0.0.3.tbz"
+
checksum: [
+
"sha256=70656f50054a099325ee8f11c6b5e7146f66d92bcaa1f442e75bf4518a518ac0"
+
"sha512=3b54002348dcf8433bcd7a8a8d168f4d20b8f991240ea531f0aae83930b6c8b9faf09a2edc83e1b6a176f55b772756f67bfba09a314fb1c0e13675f044e390e6"
+
]
+
}
+
x-commit-hash: "f6e6a6d6eafa7bfb1e4d1ee3d551805c9b9bf54b"