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-device" {>= "1.0.0" & < "2.0.0"} 13 "mirage-protocols" {>= "1.4.0" & < "4.0.0"} 14 "fmt" 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/v1.4.0/mirage-stack-v1.4.0.tbz" 29 checksum: [ 30 "sha256=a8e8615586cb6e5663ba248b3aa3794472106f31922158fa10d2a89a93974d18" 31 "md5=6a21f64c2eb015464b53e0ad9410bfa6" 32 ] 33} 34flags: deprecated 35post-messages: [ "mirage-stack is deprecated" ]