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"} 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.2.0/sel-0.2.0.tbz" 36 checksum: [ 37 "sha256=35b3705936660ba753a6bdaf01d0f41cd1ebddc269318bb4b45dc0a013fdd723" 38 "sha512=3001b8989fc5c9fa24a571aa0182c5dc8d458dafb3efa9e5009746ecc35e66f1e7fcfc7e54f0ced7a6d43121eaa5ff5f5afb185ad9b5858491b5a5f47bb04c11" 39 ] 40} 41x-commit-hash: "baaf155d089aa4a7032f46c981569e27f84686f3"