Page
Library
Module
Module type
Parameter
Class
Class type
Source
Equinoxe is a library to interact with the Equinix API (formerly known as Packet) in OCaml. Users can use it to gather information, deploy machines or manage your organization within an OCaml program. It comes with a CLI, equinoxe-cli
, that packs most of the functionalities of the API.
:warning: This repository is based on the official API but is not an official work from Equinix. This work is still in active development.
To install the Equinoxe via opam
:
$ opam install equinoxe
To install the dev
version of Equinoxe, you have to install it via pinning:
$ opam pin add equinoxe.dev git@github.com:maiste/equinoxe
$ opam install equinoxe
The goal is to provide a minimal set of functions to interact with Equinix API:
Report issues using the GitHub bugtracker
This project is under the MIT License