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.08.0"} 11 "dune" {>= "1.0"} 12 "tcpip" {>= "7.0.0" & < "8.0.0"} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 ["dune" "build" "-p" name "-j" jobs] 17] 18dev-repo: "git+https://github.com/mirage/mirage-stack.git" 19synopsis: "MirageOS signatures for network stacks" 20description: """ 21mirage-stack provides a set of module types which libraries intended to be used 22as MirageOS network stacks should implement. 23""" 24post-messages: [ 25 "This package is deprecated. Please use the module types in Tcpip.Stack directly." 26] 27url { 28 src: 29 "https://github.com/mirage/mirage-stack/releases/download/v4.0.0/mirage-stack-v4.0.0.tbz" 30 checksum: [ 31 "sha256=abbd33190bd3e4a4eabcbdfb6d98d20fc4aed0fef628251eb327d625c23cccfc" 32 "sha512=83f121a22ce7a00aa2fc01d88603dafb6dd8d4cff0a2a9c6f73d8b1626aa43604ab797c793689190035289d2d00c77a60aa8d1b9f8fa66425dd19a08e7ccd518" 33 ] 34} 35x-commit-hash: "2d0fe8f5a198e04415eafd6496d5719f0a610e7e" 36flags: deprecated 37x-maintenance-intent: ["(none)"]