Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 837 Bytes

OCaml Topology

A library for working with network topologies.

Build Status

Installation

You can install the latest release from OPAM using the following command:

$ opam install topology

To build from source, first ensure that you've installed all dependencies, which are listed in the _oasis file under the Library topology section. Then, run the following commands:

$ make
$ make install

While developing, you may want to install your latest changes for testing with other packages. make install will fail when trying to reinstall, so use this command instead:

$ make reinstall

License

LGPLv3, see LICENSE file for its text.