-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoap-server-lwt.opam
39 lines (39 loc) · 1.03 KB
/
coap-server-lwt.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml CoAP core library"
description:
"Constrained Application Protocol (RFC 7252) implementation for OCaml."
maintainer: ["Rizo I. <[email protected]>" "Leo Soares <[email protected]>"]
authors: ["Rizo I. <[email protected]>"]
license: "ISC"
homepage: "https://github.com/hyper-systems/ocaml-coap"
doc: "https://hyper-systems.github.io/ocaml-coap"
bug-reports: "https://github.com/hyper-systems/ocaml-coap/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.13"}
"coap-core" {= version}
"fmt" {>= "0.9.0"}
"cstruct" {>= "6.2.0"}
"cstruct-lwt" {>= "6.2.0"}
"stdint" {>= "0.7.2"}
"lwt" {>= "5.7.0"}
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.26.1"}
"odoc" {with-doc & >= "2.4.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/hyper-systems/ocaml-coap.git"