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: "7656bb5c7bb41083f40b8c5c9594469f577470b1"
28url {
29 src:
30 "https://github.com/mirage/mirage-stack/releases/download/v2.2.0/mirage-stack-v2.2.0.tbz"
31 checksum: [
32 "sha256=003776ec66a4a673d11c30966fcc320b056b982a0858ec0f874312c9e00311e2"
33 "sha512=e588f01a14b39cb039eab06276aad948d937b4f189b6a9702a356cdde5bcefd3deb167a0fc734ff41c71b803769dc6dab9e84363ed7e84f4c8badd89381b418f"
34 ]
35}
36flags: deprecated
37post-messages: [ "mirage-stack is deprecated" ]