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""" 27url { 28 src: 29 "https://github.com/mirage/mirage-stack/releases/download/v2.0.1/mirage-stack-v2.0.1.tbz" 30 checksum: [ 31 "sha256=58a68b636430101956792a62ac29c87d41981577488fca25c8214edb572abef5" 32 "sha512=16b329a59b240191170f985d7538219d4500a986e021c36cd9b29ebaea2cefe2d2a3f65771f2688a0f98b95d4c1fbcefd69f1f1c382bc16d8ca45ad58bf0fa7a" 33 ] 34} 35flags: deprecated 36post-messages: [ "mirage-stack is deprecated" ]