this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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