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.3.0" & < "1.4.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.2.0/mirage-stack-1.2.0.tbz" checksum: [ "sha256=a52dc9c8bd7c55b0522e40767d050d843238bc9bc5dc00c1b546208a62e1654d" "md5=6ad12083b32d5c780eeebe4727c31cf2" ] } flags: deprecated post-messages: [ "mirage-stack is deprecated" ]