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 "mirage-protocols" {>= "4.0.0" & < "8.0.0"} 13 "fmt" 14 "lwt" {>= "4.0.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19] 20dev-repo: "git+https://github.com/mirage/mirage-stack.git" 21synopsis: "MirageOS signatures for network stacks" 22description: """ 23mirage-stack provides a set of module types which libraries intended to be used 24as MirageOS network stacks should implement. 25""" 26url { 27 src: 28 "https://github.com/mirage/mirage-stack/releases/download/v3.0.0/mirage-stack-v3.0.0.tbz" 29 checksum: [ 30 "sha256=d222aa0aadbb7287decd8429be01573d876202d8d1399a9fc5e9f8226252fd77" 31 "sha512=638a8603303d7449ace8b70a4927beaf4c49799dca6be2a00f7811aefae4290ad40a960f33a0011a48c4638c4ce348122739f6ebb4d8991e6c4fec0cb26cd795" 32 ] 33} 34x-commit-hash: "4f6d82566ba608cbb084f352749ce241831f2ed3" 35flags: deprecated 36post-messages: [ "mirage-stack is deprecated" ]