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.0"} 25 "fmt" {>= "0.8.7"} 26 "ocamlfind" 27] 28 29synopsis: "Runtime support library for functoria-generated code" 30description: """ 31This is the runtime support library for code generated by functoria. 32""" 33url { 34 src: 35 "https://github.com/mirage/mirage/releases/download/v4.3.5/mirage-4.3.5.tbz" 36 checksum: [ 37 "sha256=3106648f194402c5fe33f06eac292f2988989567aebdf59818c72b68755f0580" 38 "sha512=72a687d4f6f3d11e035146b8064add7012b9959c75d60f92c3bcf5d273979084658874b6af170ea159b8737d15e8879e9797c9976916a9c50a0d9e19545fce64" 39 ] 40} 41x-commit-hash: "4dcb471e595083ad7069801dbe6b99e6128a1d91" 42available: opam-version >= "2.2.0" 43flags: deprecated