this repo has no description
1opam-version: "2.0" 2synopsis: "Ergonomic, composable, efficient read/write streams" 3description: 4 "Rio implements ergonomic, composable, efficient read/write streams that give you a uniform interface for reading from any source and writing to any sync." 5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7license: "MIT" 8tags: ["multicore" "io" "streams" "read" "write"] 9homepage: "https://github.com/riot-ml/riot" 10bug-reports: "https://github.com/riot-ml/riot/issues" 11depends: [ 12 "cstruct" {>= "6.2.0"} 13 "ocaml" {>= "5.1"} 14 "dune" {>= "3.11"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/riot-ml/riot.git" 32url { 33 src: 34 "https://github.com/riot-ml/riot/releases/download/0.0.8/riot-0.0.8.tbz" 35 checksum: [ 36 "sha256=4ac883cf9ddbf5b3084fd4372300dd07758acbdf1649df5f8a2794e35a99a5e1" 37 "sha512=52043592d567b66398d864f3f5c0a3f923007f0125f69a077a34677c60548d5bfb160074bc1847d1153d2c73eb592e2c2488d34fcde4a745fbe72804ad6fcab1" 38 ] 39} 40x-commit-hash: "a9201dee30ae4a38c429d374fd04b5fd0a610b8c"