this repo has no description
1opam-version: "2.0" 2maintainer: "Mindy Preston <meetup@yomimono.org>" 3authors: "Mindy Preston <meetup@yomimono.org>" 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/mirage-stack" 7doc: "https://mirage.github.io/mirage-stack/" 8bug-reports: "https://github.com/mirage/mirage-stack/issues" 9depends: [ 10 "ocaml" {>= "4.04.2"} 11 "dune" {>= "1.0"} 12 "mirage-stack" {>= "1.3.0" & < "2.0.0"} 13 "ipaddr" 14 "lwt" 15 "cstruct" {>= "2.4.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20] 21dev-repo: "git+https://github.com/mirage/mirage-stack.git" 22synopsis: "MirageOS signatures for network stacks" 23description: """ 24mirage-stack-lwt provides a set of module types which libraries intended to be 25used as MirageOS network stacks should implement. 26""" 27url { 28 src: 29 "https://github.com/mirage/mirage-stack/releases/download/v1.4.0/mirage-stack-v1.4.0.tbz" 30 checksum: [ 31 "sha256=a8e8615586cb6e5663ba248b3aa3794472106f31922158fa10d2a89a93974d18" 32 "md5=6a21f64c2eb015464b53e0ad9410bfa6" 33 ] 34} 35flags: deprecated 36post-messages: [ "mirage-stack-lwt is deprecated" ] 37x-maintenance-intent: ["(none)"]