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.06.0"} "dune" {>= "1.0"} "mirage-device" {>= "2.0.0"} "mirage-protocols" {>= "4.0.0" & < "8.0.0"} "fmt" "lwt" {>= "4.0.0"} ] 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/v2.0.1/mirage-stack-v2.0.1.tbz" checksum: [ "sha256=58a68b636430101956792a62ac29c87d41981577488fca25c8214edb572abef5" "sha512=16b329a59b240191170f985d7538219d4500a986e021c36cd9b29ebaea2cefe2d2a3f65771f2688a0f98b95d4c1fbcefd69f1f1c382bc16d8ca45ad58bf0fa7a" ] } flags: deprecated post-messages: [ "mirage-stack is deprecated" ]