Packages

A library for defining structs with a type without writing boilerplate code.

Retired package: Deprecated - Deprecated version

Current section

Files

Jump to
typedstruct Makefile
Raw

Makefile

all: deps check
deps:
mix deps.get
check compile:
mix $@
publish:
HEX_PUBLISH=1 mix hex.publish $(if $(replace),--replace)
.PHONY: deps