this repo has no description
1opam-version: "2.0" 2maintainer: "Gabriel Radanne <drupyog@zoho.com>" 3authors: [ "Thomas Gazagnaire" 4 "Anil Madhavapeddy" 5 "Dave Scott" 6 "Thomas Leonard" 7 "Gabriel Radanne" ] 8homepage: "https://github.com/mirage/mirage" 9bug-reports: "https://github.com/mirage/mirage/issues" 10dev-repo: "git+https://github.com/mirage/mirage.git" 11doc: "https://mirage.github.io/mirage/" 12license: "ISC" 13tags: ["org:mirage"] 14 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19] 20 21depends: [ 22 "ocaml" {>= "4.08.0"} 23 "dune" {>= "2.9.0"} 24 "cmdliner" {>= "1.1.1"} 25 "cmdliner" {with-test & >= "1.2.0"} 26] 27 28synopsis: "Runtime support library for functoria-generated code" 29description: """ 30This is the runtime support library for code generated by functoria. 31""" 32url { 33 src: 34 "https://github.com/mirage/mirage/releases/download/v4.4.2/mirage-4.4.2.tbz" 35 checksum: [ 36 "sha256=7cf268bb911898815f6b9e0132216f4bb04a42ad2ed69900f4c5475edf1ba0f9" 37 "sha512=6b149473921bd046c84b4a21bf142aace427881ac584a105fd794ca17a6eb1f92dff4dbebef1a9f1523aba97ce277248b1bdb0ee92562d36f1bf85f4a3d10da8" 38 ] 39} 40x-commit-hash: "afa12d61d83927ff7b6b415d2503ec64d75aada6" 41available: opam-version >= "2.2.0" 42flags: deprecated 43x-maintenance-intent: ["(none)"]