this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A minimal, portable, and fast API on top of the operating-system's evented I/O API" 4maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 5authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6license: "MIT" 7tags: ["async" "io" "tcp" "udp" "multicore"] 8homepage: "https://github.com/riot-ml/riot" 9bug-reports: "https://github.com/riot-ml/riot/issues" 10depends: [ 11 "rio" {= version} 12 "bytestring" {= version} 13 "libc" {>= "0.0.1"} 14 "config" {>= "0.0.1"} 15 "ocaml" {>= "5.1"} 16 "uri" {>= "4.4.0"} 17 "dune" {>= "3.11"} 18 "odoc" {with-doc} 19] 20build: [ 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] 34dev-repo: "git+https://github.com/riot-ml/riot.git" 35available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & os != "freebsd" 36url { 37 src: 38 "https://github.com/riot-ml/riot/releases/download/0.0.8/riot-0.0.8.tbz" 39 checksum: [ 40 "sha256=4ac883cf9ddbf5b3084fd4372300dd07758acbdf1649df5f8a2794e35a99a5e1" 41 "sha512=52043592d567b66398d864f3f5c0a3f923007f0125f69a077a34677c60548d5bfb160074bc1847d1153d2c73eb592e2c2488d34fcde4a745fbe72804ad6fcab1" 42 ] 43} 44x-commit-hash: "a9201dee30ae4a38c429d374fd04b5fd0a610b8c"