From 662f62bbf198b475fae8d2ffa433fb601c71e963 Mon Sep 17 00:00:00 2001 From: Gordon Guthrie Date: Mon, 10 Mar 2014 08:11:52 +0000 Subject: [PATCH] added Stal manifest --- MANIFEST.terms | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 MANIFEST.terms diff --git a/MANIFEST.terms b/MANIFEST.terms new file mode 100644 index 0000000..5b656b4 --- /dev/null +++ b/MANIFEST.terms @@ -0,0 +1,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, "gordon@hypernumbers.com"}, + {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? \ No newline at end of file