README.md

# Exocci

[![Hex.pm](https://img.shields.io/hexpm/v/exocci.svg)](https://hex.pm/packages/exocci)

`exocci` implements
the [OCCI meta-model](http://occi-wg.org/about/specification/)
([Core](http://ogf.org/documents/GFD.221.pdf),
[Infrastructure](http://ogf.org/documents/GFD.224.pdf)) with a specific DSL.

`OCCI.Model.Infrastructure` module is an example of model defined with the DSL.

See the [generated documentation](http://hexdocs.pm/exocci) for more detailed explanations.

## Installation

  1. Add `exocci` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:exocci, "~> 0.1.0"}]
    end
    ```

  2. Ensure `exocci` is started before your application:

    ```elixir
    def application do
      [applications: [:exocci]]
    end
    ```

## TODO

* Use protocol for serialization

### Attributes

### Categories