mirror of
https://github.com/correl/calrissian.git
synced 2024-11-14 19:29:25 +00:00
Replaced obselete EXPM data with lfe.config.
This commit is contained in:
parent
0ffaf48730
commit
e0dbe6ff15
3 changed files with 13 additions and 8 deletions
11
lfe.config
Normal file
11
lfe.config
Normal file
|
@ -0,0 +1,11 @@
|
|||
#(project
|
||||
(#(deps (#("lfex/lcfg" "master")))
|
||||
#(meta (
|
||||
#(name logjam)
|
||||
#(description "Monads for LFE")
|
||||
#(version "0.1.0")
|
||||
#(keywords ("LFE" "Lisp" "Library" "Monads"))
|
||||
#(maintainers (
|
||||
(#(name "Correl Roush") #(email "correl@gmail.com"))))
|
||||
#(repos (
|
||||
#(github "correl/calrissian")))))))
|
|
@ -1,7 +0,0 @@
|
|||
Expm.Package.new(
|
||||
name: "calrissian",
|
||||
description: "Monads for LFE",
|
||||
version: "0.1.0",
|
||||
keywords: ["LFE", "Lisp", "Library", "Monads"],
|
||||
maintainers: [[name: "Correl Roush", email: "correl@gmail.com"]],
|
||||
repositories: [[github: "correl/calrissian"]])
|
|
@ -7,5 +7,6 @@
|
|||
{deps, [
|
||||
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
|
||||
{lutil, ".*", {git, "https://github.com/lfex/lutil.git", "master"}},
|
||||
{ltest, ".*", {git, "git://github.com/lfex/ltest.git", "master"}}
|
||||
{ltest, ".*", {git, "git://github.com/lfex/ltest.git", "master"}},
|
||||
{lcfg, ".*", {git, "git://github.com/lfex/lcfg.git", "master"}}
|
||||
]}.
|
||||
|
|
Loading…
Reference in a new issue