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/gluon" 9bug-reports: "https://github.com/riot-ml/gluon/issues" 10depends: [ 11 "bytestring" {>= "0.0.1"} 12 "config" {>= "0.0.1"} 13 "libc" {>= "0.0.1"} 14 "ocaml" {>= "5.1"} 15 "rio" {>= "0.0.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] 34available: os != "freebsd" 35dev-repo: "git+https://github.com/riot-ml/gluon.git" 36url { 37 src: 38 "https://github.com/riot-ml/gluon/releases/download/0.0.9/gluon-0.0.9.tbz" 39 checksum: [ 40 "sha256=6162423e8918d40ed31aa086a31265d78a0a0d578c3726c4101eca88af76592a" 41 "sha512=c366898d59e52d39040debe8ea721caf3800e90e327bbd45345226b384fc72427ac7fd7a9fd0acf040663711d5a6a19a5366af3d31800b53b55732afd8e8fc03" 42 ] 43} 44x-commit-hash: "ec4af9f231604b910c1ca44a177737fc888be23c"