Packages

Implementation of 9p2000 protocol in Erlang

Current section

Files

Jump to
e9p rebar.config
Raw

rebar.config

% SPDX-FileCopyrightText: 2025 Łukasz Niemier <~@hauleth.dev>
%
% SPDX-License-Identifier: Apache-2.0
{erl_opts, [debug_info]}.
{deps, [telemetry]}.
{hex, [{doc, ex_doc}]}.
{project_plugins, [
rebar3_ex_doc,
rebar3_proper
]}.
{profiles, [{test, [
{deps, [proper]},
{erl_opts, [nowarn_export_all]}
]}]}.