Current section
Files
Jump to
Current section
Files
src/glm_encrypted_file.app.src
{application, glm_encrypted_file, [
{vsn, "2.0.2"},
{applications, [gleam_stdlib,
shellout]},
{description, "Read and write encrypted files using openssl shell commands."},
{modules, [glm_encrypted_file@@main,
glm_encrypted_file@openssl]},
{registered, []}
]}.