blob: a4029bfe35b85a5619719156ed9719bf1afe912b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "TCP XMPP portal"
description: "This library implements an XMPP Portal for TCP transports."
maintainer: ["Clombrong"]
authors: ["Clombrong"]
license: "LGPL-3.0-or-later"
tags: ["xmpp" "flesh" "portal" "tcp" "lwt"]
homepage: "https://forge.fsky.io/clombrong/flesh"
bug-reports: "https://forge.fsky.io/clombrong/flesh/issues"
depends: [
"ocaml"
"dune" {>= "3.11"}
"tls-lwt"
"ca-certs"
"merlin" {with-test}
"utop" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://forge.fsky.io/clombrong/flesh.git"
|