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"} 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] 43synopsis: "A DSL to organize functor applications" 44description: """ 45Functoria is a DSL to describe a set of modules and functors, their types and 46how to apply them in order to produce a complete application. 47 48The main use case is mirage. See the [mirage](https://github.com/mirage/mirage) 49repository for details. 50""" 51url { 52 src: 53 "https://github.com/mirage/mirage/releases/download/v4.3.6/mirage-4.3.6.tbz" 54 checksum: [ 55 "sha256=8bfe6c6477f1102a0a60c7468def94db5196c49e9d0d9ade55c406b5bba8e121" 56 "sha512=21bde27635a66fd0526f1c2853a03ea1bcf1c8ed450881381f76e9fc098c3799f76f7ca5b6d98dd77e03c454e8b6d19fcf3adbd27b69ed25b6ce0afa2e42a75a" 57 ] 58} 59x-commit-hash: "d8d6ca4a5f6f0669c3f878d05f283e0ba90a0721" 60flags: deprecated