this repo has no description
1opam-version: "2.0" 2maintainer: "Magnus Skjegstad <magnus@skjegstad.com>" 3authors: "Magnus Skjegstad <magnus@skjegstad.com>" 4homepage: "https://github.com/MagnusS/mirage-bootvar-xen" 5bug-reports: "https://github.com/MagnusS/mirage-bootvar-xen/issues/" 6dev-repo: "git+https://github.com/MagnusS/mirage-bootvar-xen.git" 7license: "ISC" 8build: [ 9 [make] 10] 11install: [make "install"] 12remove: [ 13 ["ocamlfind" "remove" "mirage-bootvar"] 14] 15depends: [ 16 "ocaml" 17 "mirage-xen" {>= "2.2.0" & < "4.0.0"} 18 "mirage-types" {< "3.0.0"} 19 "ipaddr" 20 "re" 21 "ocamlbuild" {build} 22] 23synopsis: "Library for reading MirageOS unikernel boot parameters in Xen" 24flags: [ light-uninstall deprecated ] 25url { 26 src: "https://github.com/MagnusS/mirage-bootvar-xen/archive/0.2.tar.gz" 27 checksum: [ 28 "sha256=b160706b6014dfc234d805cfeeee39d056f871f42c05499ee2194df5d586e35c" 29 "md5=472a33ae73e42c647095dab8736d1257" 30 ] 31} 32post-messages: [ "mirage-bootvar-xen is deprecated, and has been folded into mirage-bootvar" ]