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: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
12
13depends: [
14 "ocaml" {>= "4.01.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build & >= "0.8.0"}
18 "mirage-device" {>= "1.0.0" & < "2.0.0"}
19 "mirage-protocols" {>= "1.0.0" & < "1.3.0"}
20 "fmt"
21]
22synopsis: "Module type definitions for network stacks."
23description:
24 "This package is primarily useful in the conext of Mirage projects."
25url {
26 src:
27 "https://github.com/mirage/mirage-stack/releases/download/1.0.0/mirage-stack-1.0.0.tbz"
28 checksum: [
29 "sha256=3f420b0ee115f61533f6b20b87c5b4e9606b2f4a519cbe373df8d39b0818541c"
30 "md5=bf6770356418a974d49b9f3cd92883d4"
31 ]
32}
33flags: deprecated
34post-messages: [ "mirage-stack is deprecated" ]