Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

ityonemo/mavis

opinionated typing library for elixir

ityonemo/mavis.json
{
"createdAt": "2020-08-22T19:39:29Z",
"defaultBranch": "master",
"description": "opinionated typing library for elixir",
"fullName": "ityonemo/mavis",
"homepage": null,
"language": "Elixir",
"name": "mavis",
"pushedAt": "2024-04-20T16:47:32Z",
"stargazersCount": 110,
"topics": [],
"updatedAt": "2024-08-08T01:22:02Z",
"url": "https://github.com/ityonemo/mavis"
}

github.com hex.pm hexdocs.pm hex.pm hex.pm github.com

Advanced type system for Elixir.

Add mavis to your list of dependencies in mix.exs:

def deps do
[
{:mavis, "~> 0.0.3"}
]
end