this repo has no description
0
fork

Configure Feed

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

Merge pull request #25656 from leostera/release-atacama-0.0.5

[new release] atacama (0.0.5)

authored by

Thomas Gazagnaire and committed by
GitHub
1e02070f bbba52e4

+42
+42
packages/atacama/atacama.0.0.5/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/suri-framework/atacama" 10 + bug-reports: "https://github.com/suri-framework/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.9"} 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/suri-framework/atacama.git" 34 + url { 35 + src: 36 + "https://github.com/suri-framework/atacama/releases/download/0.0.5/atacama-0.0.5.tbz" 37 + checksum: [ 38 + "sha256=143ee67ef8eb4e4a7ef27ca96c4644cc7e8d7935cfb86c76a737c7badaa2060e" 39 + "sha512=7de1100df32120f3a9541183569fb3d48525e70c981dbac1aa1760d3b78a39c41eb3f0bbe5be7e7ff639dfbf421b5f7c3f0e467199dc7d263a16a0ca7549eec8" 40 + ] 41 + } 42 + x-commit-hash: "d1cb9be17df073705805b5a19408f6d02638b453"