-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST.terms
44 lines (38 loc) · 1.59 KB
/
MANIFEST.terms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%% this is a manifest file for the Stal Erlang Project Index
% Stal is hosted at http://erlangotp.com
{stal_conf_version, 1}.
%% Project Details
%% these are designed to help people find the software they need
{name, "Literate Erlang"}.
{project_version, "1"}.
{license, "MIT"}.
{description, "A literate compiler for Erlang"}.
{details, "Literate Erlang is designed to make Erlang code particularly readable on GitHub - it is based on Literate CoffeeScript"}.
{tags, ["literate programming", "Donald Knuth", "markdown"]}.
{status, "production"}. % alpha | beta | production
%% Required contact details
{url, "http://github.com/hypernumbers/literate-erlang"}.
%% Optional contact details
% {irc, ""}. % optional
{maintainers, [
[{name, "Gordon Guthrie"},
{email, "[email protected]"},
{twitter, "@gordonguthrie"}
]
]}. %optional
% {project_homepage, ""}. % optional
%% How to include this code in your project
%% are there other build system that need to be represented?
%% what about Elixir ones?
%% or LFe ones?
%% or Joxa ones?
{rebar, "*", {, {git, "git://github.com/hypernumbers/literate-erlang.git","master"}}}.
% {'erlang.mk', ??}. % Erlang build script
% {'mix.exs' ??}. % Elixir package manager
% {'expm', ??}. % Elixir package manager
{scm, "git clone https://github.com/hypernumbers/literate-erlang.git"}.
%% Some terms to control usage of this manifest by Stal
{stal_include, true}.
{stal_deprecated, false}.
% {stal_superseded_by, "foo/bar"}. % optional
%% Are there other manifest systems that might want to pull these terms in?