Skip to content

Commit 3647d05

Browse files
authored
Merge pull request #24821 from leostera/release-atacama-0.0.2
[new release] atacama (0.0.2)
2 parents 8b4771f + 17d6849 commit 3647d05

File tree

1 file changed

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

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.3"}
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.2/atacama-0.0.2.tbz"
36+
checksum: [
37+
"sha256=108bd9ce0bd4121f8c8165a2a7528612cf24480c3060bb57722569b5067934d4"
38+
"sha512=3bc10bf2cbef5e1e9b211af82dacc4588de50be73ef83241127b87c1f5f387c8863e43c2922390626f0063f0d9b9f2a41ecda4756f928c4fb8b0ee2e2dd4e1af"
39+
]
40+
}
41+
x-commit-hash: "a3b1ff306d8bac6ea420caa039e4bc1f989eabbf"

0 commit comments

Comments
 (0)