package crunch

  1. Overview
  2. No Docs
Convert a filesystem into a static OCaml module

Install

Authors

Maintainers

Sources

crunch-v2.2.0.tbz
md5=a5490fc009a8ee34c93583b16a4ca89f

Description

ocaml-crunch takes a directory of files and compiles them into a standalone OCaml module which serves the contents directly from memory. This can be convenient for libraries that need a few embedded files (such as a web server) and do not want to deal with all the trouble of file configuration.

Tags

org:mirage org:xapi-project

Published: 05 Feb 2019

Dependencies (3)

  1. dune >= "1.0"
  2. cmdliner
  3. ocaml >= "4.04.2"

Dev Dependencies (4)

  1. io-page-unix with-test
  2. mirage-kv-lwt with-test & >= "1.0.0" & < "2.0.0"
  3. lwt with-test
  4. cstruct with-test

Used by (18)

  1. cairn
  2. datakit-ci != "0.12.0"
  3. dream >= "1.0.0~alpha2"
  4. eris
  5. graphql-cohttp
  6. graphql-lwt >= "0.3.0" & < "0.8.0"
  7. iocaml
  8. irmin >= "0.8.1" & < "1.0.0"
  9. irmin-http
  10. mirage >= "2.0.0" & < "2.4.0"
  11. mirage-seal
  12. mirage-www >= "1.1.0"
  13. odoc >= "2.2.0"
  14. opium-graphql
  15. pds
  16. queenshead
  17. spin >= "0.6.0"
  18. stone >= "0.4.0"

Conflicts

None