this repo has no description
1opam-version: "2.0"
2maintainer: "Mindy Preston <meetup@yomimono.org>"
3authors: ["Mindy Preston <meetup@yomimono.org>"]
4homepage: "https://github.com/mirage/mirage-stack"
5doc: "https://mirage.github.io/mirage-stack/"
6license: "ISC"
7dev-repo: "git+https://github.com/mirage/mirage-stack.git"
8bug-reports: "https://github.com/mirage/mirage-stack/issues"
9tags: ["org:mirage"]
10
11build: [
12 [ "jbuilder" "subst" "-p" name ] {dev}
13 [ "jbuilder" "build" "-p" name "-j" jobs ]
14]
15
16depends: [
17 "ocaml" {>= "4.04.2"}
18 "jbuilder" {>= "1.0+beta9"}
19 "mirage-device" {>= "1.0.0" & < "2.0.0"}
20 "mirage-protocols" {>= "1.3.0" & < "1.4.0"}
21 "fmt"
22]
23synopsis: "MirageOS signatures for network stacks"
24description: """
25mirage-stack provides a set of module types which libraries intended to be used as MirageOS network stacks should implement.
26
27The set of protocols defined is:
28
29[Mirage_stack.STACKV4](stackv4) and [Mirage_stack_lwt.STACKV4](stackv4-lwt)
30
31mirage-stack is distributed under the ISC license.
32
33[stackv4]: http://docs.mirage.io/mirage-stack/Mirage_stack/module-type-V4/index.html
34[stackv4-lwt]: http://docs.mirage.io/mirage-stack-lwt/Mirage_stack_lwt/module-type-V4/index.html"""
35url {
36 src:
37 "https://github.com/mirage/mirage-stack/releases/download/v1.2.0/mirage-stack-1.2.0.tbz"
38 checksum: [
39 "sha256=a52dc9c8bd7c55b0522e40767d050d843238bc9bc5dc00c1b546208a62e1654d"
40 "md5=6ad12083b32d5c780eeebe4727c31cf2"
41 ]
42}
43flags: deprecated
44post-messages: [ "mirage-stack is deprecated" ]