35 lines
797 B
Text
35 lines
797 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.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"}
|
|
"lwt"
|
|
"js_of_ocaml-compiler" {with-test}
|
|
"merlin" {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"
|