this repo has no description
0
fork

Configure Feed

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

Merge pull request #24985 from leostera/release-atacama-0.0.4

[new release] atacama (0.0.4)

authored by

Marcello Seri and committed by
GitHub
1c047b32 91155d8f

+42
+42
packages/atacama/atacama.0.0.4/opam
··· 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 <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["socket" "socket pool" "tcp" "riot"] 9 + homepage: "https://github.com/leostera/atacama" 10 + bug-reports: "https://github.com/leostera/atacama/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "mdx" {with-test & >= "2.3.1"} 14 + "ocaml" {>= "5.1"} 15 + "odoc" {with-doc & >= "2.2.2"} 16 + "riot" {>= "0.0.7"} 17 + "telemetry" {>= "0.0.1"} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/leostera/atacama.git" 34 + url { 35 + src: 36 + "https://github.com/leostera/atacama/releases/download/0.0.4/atacama-0.0.4.tbz" 37 + checksum: [ 38 + "sha256=49ff871a89259c300d22b38b35d0d184a80ffdd808121544f39874264d84e354" 39 + "sha512=b00e32f9228715d1cbd21d89cd42b35805760cf01ff557d57020b2e9ff101d9a692f71f6b5b7f4f9f13961d989b5e70a42c78bcbb8b96d591615704cdd42e69c" 40 + ] 41 + } 42 + x-commit-hash: "6cee742d73dc435a09576f429f216d55fbae8a80"