this repo has no description
1opam-version: "2.0" 2maintainer: "Mindy Preston <meetup@yomimono.org>" 3authors: ["Mindy Preston <meetup@yomimono.org>"] 4homepage: "https://github.com/mirage/mirage-stack" 5doc: "https://mirage.github.io/mirage-stack/" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/mirage-stack.git" 8bug-reports: "https://github.com/mirage/mirage-stack/issues" 9tags: ["org:mirage"] 10 11build: ["ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%" ] 12 13depends: [ 14 "ocaml" {>= "4.01.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build & >= "0.8.0"} 18 "mirage-stack" {= "1.0.0"} 19 "ipaddr" 20 "lwt" 21 "cstruct" {>= "1.9.0"} 22] 23synopsis: "Module type definitions for network stacks." 24description: 25 "This package is primarily useful in the context of Mirage projects." 26url { 27 src: 28 "https://github.com/mirage/mirage-stack/releases/download/1.0.0/mirage-stack-lwt-1.0.0.tbz" 29 checksum: [ 30 "sha256=de9a41a24338a70adc782ac12d93e3252c771bfb764c0c403ce4627470dd4007" 31 "md5=a0d5844664c68a5dd01ea8a151a20804" 32 ] 33} 34flags: deprecated 35post-messages: [ "mirage-stack-lwt is deprecated" ]