aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency/resolution.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/dependency/resolution.lux')
-rw-r--r--stdlib/source/program/aedifex/dependency/resolution.lux54
1 files changed, 27 insertions, 27 deletions
diff --git a/stdlib/source/program/aedifex/dependency/resolution.lux b/stdlib/source/program/aedifex/dependency/resolution.lux
index 20f4cff71..99e8b9adf 100644
--- a/stdlib/source/program/aedifex/dependency/resolution.lux
+++ b/stdlib/source/program/aedifex/dependency/resolution.lux
@@ -1,33 +1,33 @@
(.module:
[library
- [lux (#- Name)
+ [lux {"-" [Name]}
["@" target]
["." debug]
- ["." ffi (#+ import:)]
+ ["." ffi {"+" [import:]}]
[abstract
- [codec (#+ Codec)]
- [equivalence (#+ Equivalence)]
- [monad (#+ do)]
- ["." predicate (#+ Predicate)]]
+ [codec {"+" [Codec]}]
+ [equivalence {"+" [Equivalence]}]
+ [monad {"+" [do]}]
+ ["." predicate {"+" [Predicate]}]]
[control
["." maybe]
- ["." try (#+ Try) ("#\." functor)]
- ["." exception (#+ Exception exception:)]
+ ["." try {"+" [Try]} ("#\." functor)]
+ ["." exception {"+" [Exception exception:]}]
["<>" parser
- ["<.>" xml (#+ Parser)]]
+ ["<.>" xml {"+" [Parser]}]]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
- ["." binary (#+ Binary)]
+ ["." binary {"+" [Binary]}]
["." name]
["." text
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[format
- ["." xml (#+ Tag XML)]]
+ ["." xml {"+" [Tag XML]}]]
[collection
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." set]
["." list ("#\." functor monoid)]]]
[math
@@ -35,27 +35,27 @@
["n" nat]
["." i64]]]
[world
- [console (#+ Console)]
- [net (#+ URL)
+ [console {"+" [Console]}]
+ [net {"+" [URL]}
["." uri]
- ["." http #_
+ ["." http "_"
["#" client]]]]]]
- ["." // (#+ Dependency)
- ["#." status (#+ Status)]
- ["/#" // #_
+ ["." // {"+" [Dependency]}
+ ["#." status {"+" [Status]}]
+ ["/#" // "_"
["/" profile]
- ["#." hash (#+ Hash SHA-1 MD5)]
+ ["#." hash {"+" [Hash SHA-1 MD5]}]
["#." pom]
- ["#." package (#+ Package)]
- ["#." artifact (#+ Version Artifact)
- ["#/." extension (#+ Extension)]
+ ["#." package {"+" [Package]}]
+ ["#." artifact {"+" [Version Artifact]}
+ ["#/." extension {"+" [Extension]}]
["#/." versioning]
["." snapshot
[version
["." value]]]]
- ["#." repository (#+ Repository)
- ["#/." remote (#+ Address)]
- ["#/." origin (#+ Origin)]]
+ ["#." repository {"+" [Repository]}
+ ["#/." remote {"+" [Address]}]
+ ["#/." origin {"+" [Origin]}]]
["#." metadata
["#/." snapshot]]]])