package functoria

  1. Overview
  2. Docs
A DSL to organize functor applications

Install

Authors

Maintainers

Sources

mirage-4.1.1.tbz
sha256=3ace4c8fd3326e95a0f2b7eb7ab07b1d9f36e37de1b0066cae27d36b4fc58715
sha512=e61d786e131f099d5fd2bc0b1e86de865749b677eb674f80977d028624e157d5eb81cc2662fdb1c26def7baa78487e0892e0779bb1cdbd5bde7c1e57d72a3cc2

Description

Functoria is a DSL to describe a set of modules and functors, their types and how to apply them in order to produce a complete application.

The main use case is mirage. See the mirage repository for details.

Tags

org:mirage

Published: 05 May 2022

Dependencies (12)

  1. uri >= "4.2.0"
  2. emile >= "1.1"
  3. fpath
  4. bos
  5. logs
  6. fmt >= "0.8.7"
  7. astring
  8. result >= "1.5"
  9. rresult >= "0.7.0"
  10. cmdliner >= "1.1.1"
  11. base-unix
  12. ocaml >= "4.08.0"

Dev Dependencies (4)

  1. functoria-runtime = version & with-test
  2. alcotest with-test
  3. cmdliner with-test & < "1.2.0"
  4. dune >= "2.9.0" | (with-test & >= "3.0.0")

Used by (1)

  1. mirage = "4.1.1"

Conflicts

None