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_beta3/mirage-4.0.0.beta3.tbz"
39 checksum: [
40 "sha256=f60766716c00d3596205e1b10ddad0759356fd4b85d4169950e3d34273938985"
41 "sha512=1f836f35b60655457c70418ddd4dd322607534826d6a1eb77d992b3a6481b6f83c85dd5887e2ab57870f988aa7655227bac346fc3243a35c57cface767f78b0b"
42 ]
43}
44x-commit-hash: "537f30badf994e4d57df2b1251e0fa75260fdfa6"