systant/server/deps/gen_state_machine/hex_metadata.config
ryan b6769abbe9 Restructure as monorepo and add flake packages/apps
- Move Elixir code to server/ subdirectory for monorepo structure
- Update flake.nix to provide packages and apps outputs for nix run support
- Update nix/package.nix to accept src parameter instead of fetchgit
- Add NixOS module export for easy consumption

Now supports: nix run, nix build, and nix develop from git repo

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 19:54:17 -07:00

16 lines
602 B
Plaintext

{<<"app">>,<<"gen_state_machine">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,<<"An Elixir wrapper for gen_statem.">>}.
{<<"elixir">>,<<"~> 1.5">>}.
{<<"files">>,
[<<"lib">>,<<"lib/gen_state_machine">>,
<<"lib/gen_state_machine/application.ex">>,
<<"lib/gen_state_machine/translator.ex">>,<<"lib/gen_state_machine.ex">>,
<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}.
{<<"licenses">>,[<<"Apache 2.0">>]}.
{<<"links">>,
[{<<"GitHub">>,<<"https://github.com/ericentin/gen_state_machine">>}]}.
{<<"name">>,<<"gen_state_machine">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"3.0.0">>}.