opam-version: "2.0" maintainer: ["hannes@mehnert.org"] homepage: "https://github.com/mirage/mirage-bootvar-unix" bug-reports: "https://github.com/mirage/mirage-bootvar-unix/issues/" dev-repo: "git+https://github.com/mirage/mirage-bootvar-unix.git" license: "ISC" authors: [ "Hannes Mehnert " ] tags: [ "org:mirage" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" "lwt" "parse-argv" "ocaml" {>= "4.04.2"} ] synopsis: "Unix implementation of MirageOS Bootvar interface" description: """ Library for passing boot parameters from Solo5 to MirageOS. """ url { src: "https://github.com/mirage/mirage-bootvar-unix/releases/download/0.1.0/mirage-bootvar-unix-0.1.0.tbz" checksum: [ "sha256=6ee54b995044966a1910b6470d700cc545122304f728304664e0757bbcd12265" "md5=78c9ad7c38d97de16450d516ab0d6977" ] } flags: deprecated post-messages: [ "mirage-bootvar-unix is deprecated, and has been folded into mirage-bootvar" ] x-maintenance-intent: ["(none)"]