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"]
14available: opam-version >= "2.2.0"
15
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20 ["env" "INSIDE_FUNCTORIA_TESTS=1" "dune" "exec" "-p" name "-j" jobs "--"
21 "test/functoria/e2e/test.exe"] {with-test}
22]
23
24depends: [
25 "ocaml" {>= "4.08.0"}
26 "dune" {>= "2.9.0"}
27 "dune" {with-test & >= "3.0.0"}
28 "base-unix"
29 "cmdliner" {>= "1.1.1" & < "2.0.0"}
30 "cmdliner" {with-test & >= "1.2.0" & < "1.3.0"}
31 "rresult" {>= "0.7.0"}
32 "result" {>= "1.5"}
33 "astring"
34 "fmt" {>= "0.8.7"}
35 "logs"
36 "bos"
37 "fpath"
38 "emile" {>= "1.1"}
39 "uri" {>= "4.2.0"}
40 "alcotest" {with-test}
41 "functoria-runtime" {= version & with-test}
42 "bigstringaf" {with-test & >= "0.5.0"}
43]
44synopsis: "A DSL to organize functor applications"
45description: """
46Functoria is a DSL to describe a set of modules and functors, their types and
47how to apply them in order to produce a complete application.
48
49The main use case is mirage. See the [mirage](https://github.com/mirage/mirage)
50repository for details.
51"""
52url {
53 src:
54 "https://github.com/mirage/mirage/releases/download/v4.4.0/mirage-4.4.0.tbz"
55 checksum: [
56 "sha256=a72eed41deb9a07d6231038ea447800f03d2c169696f3aee69d26cb21c9e3e27"
57 "sha512=3c0c80b5ee4038bc5e24fcdc35e327e470526b2e6c03e00514ae38bc196d001d660659ab2d963d70f38cc40116e74c5d6e702003299946d498d858d1276132ae"
58 ]
59}
60x-commit-hash: "defe1e8983c8aeed8f71f679188e2a5604110860"
61flags: deprecated