ityonemo/mavis
opinionated typing library for elixir
{ "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"}Advanced type system for Elixir.
Installation
Section titled “Installation”Add mavis to your list of dependencies in mix.exs:
def deps do [ {:mavis, "~> 0.0.3"} ]end