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 6Core CoAP parser and type definitions. 7 8This library should not be used directly by applications. Please install the 9`coap` package to start using a CoAP server or client. 10""" 11maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"] 12authors: ["Rizo I. <rizo@odis.io>"] 13license: "ISC" 14homepage: "https://github.com/hyper-systems/ocaml-coap" 15doc: "https://hyper-systems.github.io/ocaml-coap" 16bug-reports: "https://github.com/hyper-systems/ocaml-coap/issues" 17depends: [ 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] 28build: [ 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] 42dev-repo: "git+https://github.com/hyper-systems/ocaml-coap.git" 43url { 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}