this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25655 from leostera/release-gluon-0.0.9

[new release] gluon (0.0.9)

authored by

Raphaël Proust and committed by
GitHub
2a414384 d7b65d48

+44
+44
packages/gluon/gluon.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "A minimal, portable, and fast API on top of the operating-system's evented I/O API" 4 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 5 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + license: "MIT" 7 + tags: ["async" "io" "tcp" "udp" "multicore"] 8 + homepage: "https://github.com/riot-ml/gluon" 9 + bug-reports: "https://github.com/riot-ml/gluon/issues" 10 + depends: [ 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 + ] 20 + build: [ 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 + ] 34 + available: os != "freebsd" 35 + dev-repo: "git+https://github.com/riot-ml/gluon.git" 36 + url { 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 + } 44 + x-commit-hash: "ec4af9f231604b910c1ca44a177737fc888be23c"