Skip to content

Commit 54e1aab

Browse files
authored
Merge pull request #24836 from leostera/release-atacama-0.0.3
[new release] atacama (0.0.3)
2 parents b5b9f10 + c64b11e commit 54e1aab

File tree

1 file changed

+41
-0
lines changed
  • packages/atacama/atacama.0.0.3

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Modern, pure OCaml socket pool for Riot"
3+
description:
4+
"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."
5+
maintainer: ["Leandro Ostera <[email protected]>"]
6+
authors: ["Leandro Ostera <[email protected]>"]
7+
license: "MIT"
8+
tags: ["topics" "socket" "socket pool" "riot"]
9+
homepage: "https://github.com/leostera/atacama"
10+
bug-reports: "https://github.com/leostera/atacama/issues"
11+
depends: [
12+
"ocaml" {>= "5.1"}
13+
"riot" {>= "0.0.4"}
14+
"telemetry" {>= "0.0.1"}
15+
"dune" {>= "3.10"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/leostera/atacama.git"
33+
url {
34+
src:
35+
"https://github.com/leostera/atacama/releases/download/0.0.3/atacama-0.0.3.tbz"
36+
checksum: [
37+
"sha256=70656f50054a099325ee8f11c6b5e7146f66d92bcaa1f442e75bf4518a518ac0"
38+
"sha512=3b54002348dcf8433bcd7a8a8d168f4d20b8f991240ea531f0aae83930b6c8b9faf09a2edc83e1b6a176f55b772756f67bfba09a314fb1c0e13675f044e390e6"
39+
]
40+
}
41+
x-commit-hash: "f6e6a6d6eafa7bfb1e4d1ee3d551805c9b9bf54b"

0 commit comments

Comments
 (0)