package mehari

  1. Overview
  2. Docs
A cross-platform library for building Gemini servers

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=c1cbd75980527ab4d011ca41a079b209
sha512=c45c933543df530c66ad0031aaff8f3a0e86709ce639937ce5354938a241c7da9bee81317e39dae3eb6f95899dde33313c7eff127cc18c6bd31e457aacc3c8ae

Description

Mehari is a cross-platform library for building Gemini servers. It fully implements the Gemini protocol specification. It takes heavy inspiration from Dream, a tidy, feature-complete Web framework.

Published: 28 Feb 2023

README

Mehari

Mehari is a cross-platform library for building Gemini servers. It fully implements the Gemini protocol specification.

It takes heavy inspiration from Dream, a tidy, feature-complete Web framework.

banner

Mehari provides several packages. See here. Many examples are also provided.

Installation

opam install mehari

Features

Feedback

Since Mehari is in its early stages, any feedback and contributions regarding the API or security are appreciated.

Important links

  • API documentation: https://docs.heyplzlookat.me/mehari/

  • Tutorial: https://docs.heyplzlookat.me/mehari/index.html#tutorial

  • Issues: https://github.com/Psi-Prod/Mehari/issues

License

Distributed under the LGPL-3.0 License. See license for more information.

Dependencies (10)

  1. x509 >= "0.16.2"
  2. uri >= "4.2.0"
  3. tls >= "0.16.0" & < "0.17.0"
  4. re >= "1.10.4"
  5. mirage-clock >= "4.2.0"
  6. magic-mime >= "1.3.0"
  7. logs >= "0.7.0"
  8. conan >= "0.0.2"
  9. ocaml >= "4.14"
  10. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (3)

  1. mehari-eio = "0.2"
  2. mehari-lwt-unix = "0.2"
  3. mehari-mirage = "0.2"

Conflicts

None