this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml CoAP core library"
4description:
5 "Constrained Application Protocol (RFC 7252) implementation for OCaml."
6maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"]
7authors: ["Rizo I. <rizo@odis.io>"]
8license: "ISC"
9homepage: "https://github.com/hyper-systems/ocaml-coap"
10doc: "https://hyper-systems.github.io/ocaml-coap"
11bug-reports: "https://github.com/hyper-systems/ocaml-coap/issues"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "3.13"}
15 "coap-core" {= version}
16 "coap-server-lwt" {= version}
17 "fmt" {>= "0.9.0"}
18 "cstruct" {>= "6.2.0"}
19 "stdint" {>= "0.7.2"}
20 "lwt" {>= "5.7.0"}
21 "ocaml-lsp-server" {with-dev-setup}
22 "ocamlformat" {with-dev-setup & >= "0.26.1"}
23 "odoc" {with-doc & >= "2.4.1"}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/hyper-systems/ocaml-coap.git"
40url {
41 src:
42 "https://github.com/hyper-systems/ocaml-coap/archive/refs/tags/0.1.0.tar.gz"
43 checksum: [
44 "md5=4b633b7e30b8c1a37945578d3ff2bd60"
45 "sha512=d15c987f2f5051bbc4c791724d13463c7bd1c739eb2611605096d6e133ac4ab604bb8fbccb92e61cfddf140cb07f5f55978a9705b1c79676bda5a6b4c43d3b55"
46 ]
47}