opam-version: "2.0" maintainer: "Gabriel Radanne " authors: [ "Thomas Gazagnaire" "Anil Madhavapeddy" "Dave Scott" "Thomas Leonard" "Gabriel Radanne" ] homepage: "https://github.com/mirage/mirage" bug-reports: "https://github.com/mirage/mirage/issues" dev-repo: "git+https://github.com/mirage/mirage.git" doc: "https://mirage.github.io/mirage/" license: "ISC" tags: ["org:mirage"] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.9.0"} "cmdliner" {>= "1.1.0"} "fmt" {>= "0.8.7"} ] synopsis: "Runtime support library for functoria-generated code" description: """ This is the runtime support library for code generated by functoria. """ url { src: "https://github.com/mirage/mirage/releases/download/v4.2.0/mirage-4.2.0.tbz" checksum: [ "sha256=ad9f72f3ec1b0e3aa3635b31f93992a11e36854291306a5e842091d9c1206eff" "sha512=84db845343a91bd536e924b2a2ffcbc71979f05416a8515f3587a1af1f2adc1c56c50da3a7fe659230c341e61ae3de41f70a4763b07b041762e79dbe6f294712" ] } x-commit-hash: "134271f1bb1aa418da2b06aab4954ee66504f667" available: opam-version >= "2.2.0" flags: deprecated