Skip to content

jrmcclurg/ocaml-topology

 
 

Repository files navigation

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.

About

OCaml topology package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 95.6%
  • Python 4.0%
  • Shell 0.4%