this repo has no description
1opam-version: "2.0" 2synopsis: "Modern, pure OCaml socket pool for Riot" 3description: 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." 5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7license: "MIT" 8tags: ["topics" "socket" "socket pool" "riot"] 9homepage: "https://github.com/leostera/atacama" 10bug-reports: "https://github.com/leostera/atacama/issues" 11depends: [ 12 "ocaml" {>= "5.1"} 13 "riot" {= "0.0.3"} 14 "telemetry" {>= "0.0.1"} 15 "dune" {>= "3.10"} 16 "odoc" {with-doc} 17] 18build: [ 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] 32dev-repo: "git+https://github.com/leostera/atacama.git" 33url { 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} 41x-commit-hash: "a3b1ff306d8bac6ea420caa039e4bc1f989eabbf"