this repo has no description
0
fork

Configure Feed

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

[new release] sel (0.6.0)

CHANGES:

- New API Sel.On.queue_all getting all available queue items

+42
+42
packages/sel/sel.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Simple Event Library" 3 + description: 4 + "This library is the result of our experience in using threads and the Lwt async monad to tame the problem of writing a server which has to listen and react to multiple sources of events. The library itself is just sugar atop Unix.select. You can read more about the library on https://github.com/gares/sel" 5 + maintainer: ["Enrico Tassi <enrico.tassi@inria.fr>"] 6 + authors: ["Enrico Tassi"] 7 + license: "MIT" 8 + tags: ["event" "input" "output"] 9 + homepage: "https://github.com/gares/sel" 10 + bug-reports: "https://github.com/gares/sel/issues" 11 + depends: [ 12 + "ocaml" {>= "4.08"} 13 + "dune" {>= "3.5"} 14 + "ppx_deriving" 15 + "ppx_sexp_conv" {with-test} 16 + "ppx_inline_test" {with-test} 17 + "ppx_assert" {with-test} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/gares/sel.git" 35 + url { 36 + src: "https://github.com/gares/sel/releases/download/v0.6.0/sel-0.6.0.tbz" 37 + checksum: [ 38 + "sha256=0149ceecf67b7c0bb21509c7cde6fb6ee2db4a97d9c35352cb068cbab8c0a833" 39 + "sha512=f750724f480ca13a4a1ba957312958450a2f8216f368bf501de92374757c75a348658b6712a9b0f1393613b29bc1f9d3c7a16b0cec8b7c0b5c869ab995bcf751" 40 + ] 41 + } 42 + x-commit-hash: "f96073a2eda515de8a3a9414551e7cb2ab165633"