Packages
A library for defining structs with a type without writing boilerplate code.
Retired package: Deprecated - Deprecated version
Current section
Files
Jump to
Current section
Files
typedstruct
Makefile
Makefile
all: deps check
deps:
mix deps.get
check compile:
mix $@
publish:
VERBATIM_VERSION=1 mix hex.publish $(if $(replace),--replace)
.PHONY: deps