opam-version: "2.0" maintainer: "Mindy Preston " authors: "Mindy Preston " license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/mirage-stack" doc: "https://mirage.github.io/mirage-stack/" bug-reports: "https://github.com/mirage/mirage-stack/issues" depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.0"} "mirage-device" {>= "1.0.0" & < "2.0.0"} "mirage-protocols" {>= "1.4.0" & < "4.0.0"} "fmt" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/mirage-stack.git" synopsis: "MirageOS signatures for network stacks" description: """ mirage-stack provides a set of module types which libraries intended to be used as MirageOS network stacks should implement. """ url { src: "https://github.com/mirage/mirage-stack/releases/download/v1.4.0/mirage-stack-v1.4.0.tbz" checksum: [ "sha256=a8e8615586cb6e5663ba248b3aa3794472106f31922158fa10d2a89a93974d18" "md5=6a21f64c2eb015464b53e0ad9410bfa6" ] } flags: deprecated post-messages: [ "mirage-stack is deprecated" ]