opam-version: "2.0" maintainer: "Mindy Preston " authors: ["Mindy Preston "] homepage: "https://github.com/mirage/mirage-stack" doc: "https://mirage.github.io/mirage-stack/" license: "ISC" dev-repo: "git+https://github.com/mirage/mirage-stack.git" bug-reports: "https://github.com/mirage/mirage-stack/issues" tags: ["org:mirage"] build: [ [ "jbuilder" "subst" "-p" name ] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.04.2"} "jbuilder" {>= "1.0+beta9"} "mirage-device" {>= "1.0.0" & < "2.0.0"} "mirage-protocols" {>= "1.4.0" & < "4.0.0"} "fmt" ] 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. The set of protocols defined is: [Mirage_stack.STACKV4](stackv4) and [Mirage_stack_lwt.STACKV4](stackv4-lwt) mirage-stack is distributed under the ISC license. [stackv4]: http://docs.mirage.io/mirage-stack/Mirage_stack/module-type-V4/index.html [stackv4-lwt]: http://docs.mirage.io/mirage-stack-lwt/Mirage_stack_lwt/module-type-V4/index.html""" url { src: "https://github.com/mirage/mirage-stack/releases/download/v1.3.0/mirage-stack-1.3.0.tbz" checksum: [ "sha256=cdcf7ffa1a742b875dc0cf649f933e2ea2839e2e9ea7dac411fcc1ab527c1326" "md5=019da0a632d12aee358a1d95e1831061" ] } flags: deprecated post-messages: [ "mirage-stack is deprecated" ]