Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Apr 30, 2018
1 parent a452fd7 commit b8a7b0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,10 @@ Uninstall
opam remove zmq
```

Documentation
-------------
API documentation can be found [here](https://issuu.github.io/ocaml-zmq)

Development
-----------

Expand Down
2 changes: 1 addition & 1 deletion zmq-lwt.descr
@@ -1 +1 @@
Lwt aware bindings to zmq
Lwt aware bindings to zmq
8 changes: 7 additions & 1 deletion zmq.descr
@@ -1 +1,7 @@
OCaml bindings for ZeroMQ 4.x
OCaml bindings for ZeroMQ 4.x

This library contains basic bindings for zmq.
Lwt aware bindings to zmq is availble though package zmq-lwt
Async aware bindings to zmq is availble though package zmq-async

Api documentation can be found at https://issuu.github.io/ocaml-zmq

0 comments on commit b8a7b0e

Please sign in to comment.