this repo has no description

3 packages from hyper-systems/ocaml-coap at 0.1.0

Changed files
+144
packages
coap
coap.0.1.0
coap-core
coap-core.0.1.0
coap-server-lwt
coap-server-lwt.0.1.0
+50
packages/coap-core/coap-core.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml CoAP core library"
+
description: """
+
+
Core CoAP parser and type definitions.
+
+
This library should not be used directly by applications. Please install the
+
`coap` package to start using a CoAP server or client.
+
"""
+
maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"]
+
authors: ["Rizo I. <rizo@odis.io>"]
+
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"}
+
"fmt" {>= "0.9.0"}
+
"cstruct" {>= "6.2.0"}
+
"base-bigarray"
+
"stdint" {>= "0.7.2"}
+
"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"
+
url {
+
src:
+
"https://github.com/hyper-systems/ocaml-coap/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=4b633b7e30b8c1a37945578d3ff2bd60"
+
"sha512=d15c987f2f5051bbc4c791724d13463c7bd1c739eb2611605096d6e133ac4ab604bb8fbccb92e61cfddf140cb07f5f55978a9705b1c79676bda5a6b4c43d3b55"
+
]
+
}
+47
packages/coap-server-lwt/coap-server-lwt.0.1.0/opam
···
+
# 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. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"]
+
authors: ["Rizo I. <rizo@odis.io>"]
+
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"
+
url {
+
src:
+
"https://github.com/hyper-systems/ocaml-coap/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=4b633b7e30b8c1a37945578d3ff2bd60"
+
"sha512=d15c987f2f5051bbc4c791724d13463c7bd1c739eb2611605096d6e133ac4ab604bb8fbccb92e61cfddf140cb07f5f55978a9705b1c79676bda5a6b4c43d3b55"
+
]
+
}
+47
packages/coap/coap.0.1.0/opam
···
+
# 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. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"]
+
authors: ["Rizo I. <rizo@odis.io>"]
+
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}
+
"coap-server-lwt" {= version}
+
"fmt" {>= "0.9.0"}
+
"cstruct" {>= "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"
+
url {
+
src:
+
"https://github.com/hyper-systems/ocaml-coap/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=4b633b7e30b8c1a37945578d3ff2bd60"
+
"sha512=d15c987f2f5051bbc4c791724d13463c7bd1c739eb2611605096d6e133ac4ab604bb8fbccb92e61cfddf140cb07f5f55978a9705b1c79676bda5a6b4c43d3b55"
+
]
+
}