Skip to main content

README.md

# Grothendieck

Grothendieck is a small Elixir package namespace for experiments with sheaves,
closure, and compositional structure.

The project is intentionally minimal at `0.1.0`. Stable public APIs should be
introduced under the `Grothendieck` namespace as they are designed.

## Installation

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

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

Documentation is published on HexDocs:
<https://hexdocs.pm/grothendieck>.