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 15# Beta releases should be explicitely installed 16available: opam-version >= "2.1.0" 17flags: [ avoid-version ] 18 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 23] 24 25depends: [ 26 "ocaml" {>= "4.08.0"} 27 "dune" {>= "2.8.0"} 28 "cmdliner" {>= "0.9.8"} 29 "fmt" {>= "0.8.7"} 30] 31 32synopsis: "Runtime support library for functoria-generated code" 33description: """ 34This is the runtime support library for code generated by functoria. 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage/releases/download/v4.0.0_beta2/mirage-4.0.0.beta2.tbz" 39 checksum: [ 40 "sha256=9277a2c00bccd1a54f5495bc45da8c221d10f37da7e8c806d3c31924997dc05f" 41 "sha512=b72e6578ff2c707af97c292df5915a3e0a1d4870c2c464f4162c17f5cf110e077b6fc0e871b862594f4978f5085b465d79f4423dd45c0d4df0b0eb84063d0645" 42 ] 43} 44x-commit-hash: "375aaea74113aa0a2ca1d418f336abcbe4a95e63"