Packages

CLI for vendoring Drip elements into a Lustre project.

Current section

Files

Jump to
drip include drip@internal@registry_Element.hrl
Raw

include/drip@internal@registry_Element.hrl

-record(element, {
name :: binary(),
registry_dependencies :: list(binary()),
dependencies :: list(binary()),
files :: list(binary())
}).