this repo has no description
1opam-version: "2.0" 2synopsis: "Simple Event Library" 3description: "Some sugar atop Unix.select" 4maintainer: ["Enrico Tassi"] 5authors: ["Enrico Tassi"] 6license: "MIT" 7tags: ["event" "input" "output"] 8homepage: "https://github.com/gares/sel" 9bug-reports: "https://github.com/gares/sel/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "3.6"} 13 "ppx_deriving" 14 "ppx_sexp_conv" {with-test} 15 "ppx_inline_test" {with-test} 16 "ppx_assert" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 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] 33dev-repo: "git+https://github.com/gares/sel.git" 34url { 35 src: "https://github.com/gares/sel/releases/download/v0.1.0/sel-0.1.0.tbz" 36 checksum: [ 37 "sha256=00c55c1d0fa2daa7c625d7fc598afea3bb17b7c52ea692aa52f5e0518a26df63" 38 "sha512=66b58ad4f8ac591205e7a46f81fb41095aa4f65486170716321c717cc0baf1f2f4aa1ece61ca8566b5d97212fe188ad32b9d82a9b954603fc41dc698578b6409" 39 ] 40} 41x-commit-hash: "39aa456b757f14c707605801cde7f48d7137724d"