this repo has no description
1opam-version: "2.0"
2maintainer: "Mindy Preston <meetup@yomimono.org>"
3authors: "Mindy Preston <meetup@yomimono.org>"
4license: "ISC"
5tags: "org:mirage"
6homepage: "https://github.com/mirage/mirage-stack"
7doc: "https://mirage.github.io/mirage-stack/"
8bug-reports: "https://github.com/mirage/mirage-stack/issues"
9depends: [
10 "ocaml" {>= "4.06.0"}
11 "dune" {>= "1.0"}
12 "mirage-device" {>= "2.0.0"}
13 "mirage-protocols" {>= "4.0.0" & < "8.0.0"}
14 "fmt"
15 "lwt" {>= "4.0.0"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20]
21dev-repo: "git+https://github.com/mirage/mirage-stack.git"
22synopsis: "MirageOS signatures for network stacks"
23description: """
24mirage-stack provides a set of module types which libraries intended to be used
25as MirageOS network stacks should implement.
26"""
27x-commit-hash: "71e87c92dad32d3a38f1f11c300988d3aa25b603"
28url {
29 src:
30 "https://github.com/mirage/mirage-stack/releases/download/v2.1.0/mirage-stack-v2.1.0.tbz"
31 checksum: [
32 "sha256=abed5d082df1ee5cb0776351e766ab080f3be202b0e0112558036439490421f8"
33 "sha512=9e855db0f30440eb909a0ccd6472cd3c4d54eddb7579ae94babf03768cc0985675a9f3f4d194af06ec07e88de59d6c8fec224b52fcc2ce41110d36b610576b12"
34 ]
35}
36flags: deprecated
37post-messages: [ "mirage-stack is deprecated" ]