Current section
Files
Jump to
Current section
Files
src/e9p.app.src
{application,e9p,
[{description,"Implementation of 9p2000 protocol in Erlang"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Tangled","https://tangled.org/hauleth.dev/e9p"},
{"intro(5)","https://man.cat-v.org/plan_9/5/intro"}]}]}.