blob: 47e0a48c6a6fa1ae01a8ed15fe64bdcd621c708b (
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
35
36
37
38
39
40
41
42
43
44
|
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "High-level XMPP flesh interface"
description:
"An high-level XMPP library based on Lwt, compilable to native code and JS."
maintainer: ["Clombrong"]
authors: ["Clombrong"]
license: "LGPL-3.0-or-later"
tags: ["xmpp" "lwt"]
homepage: "https://forge.fsky.io/clombrong/flesh"
bug-reports: "https://forge.fsky.io/clombrong/flesh/issues"
depends: [
"ocaml"
"dune" {>= "3.11"}
"markup"
"markup-lwt"
"react"
"lwt"
"lwt_ppx"
"base64"
"ppx_deriving"
"domain-name"
"ppx_expect"
"js_of_ocaml-compiler" {with-test}
"merlin" {with-test}
"utop" {with-test}
"portal-tcp" {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"
|