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_beta1/mirage-4.0.0.beta1.tbz" 39 checksum: [ 40 "sha256=3d3ea9d35a475210eb9212b43a9e9516ec977f53365053402977b964255a3fec" 41 "sha512=4889e143d9c4e4082e23fbccc577e73b4849b8b4e01d42d58a1a1bf2b7f55a4ae2d00cd39ff2fafc4067d37c8e0bc8df26257e1d50127e026e61a23682df0589" 42 ] 43} 44x-commit-hash: "e3550ff28408f079f4ca010d1a63b9265164ea7b"