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]
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.2.1/mirage-4.2.1.tbz"
35 checksum: [
36 "sha256=ef037cd8e661ecb0d2ccbe9236ebbf267a24b13fcf80cb3c25fe6fd2b9cd6678"
37 "sha512=e99a630f594941c79d41bc028195e495708c9d4ae6f93152c7118d0b5e85e01a36119af19a9853da16fbc4860fd74e3026b9d81f85188ccacc8f99525cfe3a60"
38 ]
39}
40x-commit-hash: "24e73a0f0ca82b8e0d30ead0e7c1817461ea2c5a"
41available: opam-version >= "2.2.0"
42flags: deprecated