libcoap-sys 0.2.2+libcoap-4.3.1

Raw bindings to the libcoap CoAP library.
Documentation
1
2
3
4
5
6
7
FROM debian:testing-slim

RUN apt-get update && apt-get install -y autoconf automake gcc clang \
  libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \
  libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \
  graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc
RUN apt-get clean