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.1/mirage-4.4.1.tbz"
55 checksum: [
56 "sha256=14a09dceb44956952b096aab4e213c974d19289398b2f23d98dcc9d19c430708"
57 "sha512=47caff67e93f03a9b45da33edc2574a8a97c6b7fff92d2ba10afc5ed0bc8c44741a871f1db6293b0144159f98112b900be02450e8fb4b454e88d065c6417d2f1"
58 ]
59}
60x-commit-hash: "ec12b06aedc4e31115f145d049bfb656e89abc85"
61flags: deprecated