this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A cross-platform library for building Gemini servers"
4description: """
5Mehari is a cross-platform library for building Gemini servers.
6It fully implements the Gemini protocol specification.
7It takes heavy inspiration from Dream, a tidy, feature-complete Web framework."""
8maintainer: ["tim.arnouts@protonmail.com" "lelolartichaut@laposte.net"]
9authors: ["The mehari programmers"]
10license: "LGPL-3.0-or-later"
11homepage: "https://github.com/Psi-Prod/Mehari"
12bug-reports: "https://github.com/Psi-Prod/Mehari/issues"
13depends: [
14 "dune" {>= "3.0"}
15 "ocaml" {>= "4.14"}
16 "conan-database" {>= "0.0.1"}
17 "conan" {>= "0.0.1"}
18 "logs" {>= "0.7.0"}
19 "magic-mime" {>= "1.3.0"}
20 "mirage-clock" {>= "4.2.0"}
21 "tls" {>= "0.15.4" & < "0.17.0"}
22 "uri" {>= "4.2.0"}
23 "x509" {>= "0.16.2"}
24 "re" {>= "1.10.4"}
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "--promote-install-files=false"
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41 ["dune" "install" "-p" name "--create-install-files" name]
42]
43dev-repo: "git+https://github.com/Psi-Prod/Mehari.git"
44url {
45 src: "https://github.com/Psi-Prod/Mehari/archive/refs/tags/0.1.tar.gz"
46 checksum: [
47 "md5=f06e131a181383bc4e2515c4cd049b04"
48 "sha512=43abbfd3d30be29dc814207152474877356e74877867b2f3bf7be93c4c551c4fed4b915fe60b6bf9bd03e6605bd3fdf1ce31af750267470df04906a75b93693f"
49 ]
50}