gleam/test/project_erlang
Gustavo Inacio 015241e9ef document ezstd dep
Signed-off-by: Gustavo Inacio <incio.gusta@gmail.com>
2024-08-23 16:30:04 +01:00
..
priv Priv test file 2022-02-16 12:47:55 +00:00
src New external function syntax 2023-07-23 21:14:32 +01:00
test Update deps 2023-12-17 20:24:37 +00:00
.gitignore JS project, fix target serialization 2021-12-19 15:28:09 +00:00
gleam.toml document ezstd dep 2024-08-23 16:30:04 +01:00
manifest.toml add changelog and test 2024-08-23 16:30:04 +01:00
README.md JS project, fix target serialization 2021-12-19 15:28:09 +00:00

Project

A test Gleam project.

It covers these features:

  • Downloading packages
    • Specified in config.dependencies
    • Specified in config.dev-dependencies
  • Importing packages
    • Specified in config.dependencies
    • Specified in config.dev-dependencies
  • Compilation of Gleam code
    • in src
    • in test
  • Compilation of locally defined Erlang modules
    • in src
    • in test
  • Importing of Erlang header files
    • in src
    • in test
  • Importing Gleam src code into test

Quick start

gleam run
gleam test