summaryrefslogtreecommitdiff
path: root/hall.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm48
1 files changed, 48 insertions, 0 deletions
diff --git a/hall.scm b/hall.scm
new file mode 100644
index 0000000..3751013
--- /dev/null
+++ b/hall.scm
@@ -0,0 +1,48 @@
+(hall-description
+ (name "ldp")
+ (prefix "")
+ (version "SNAPSHOT")
+ (author "Vivien Kraus")
+ (copyright (2021))
+ (synopsis
+ "Implementation of the linked data platform specification")
+ (description
+ "Linked data platform is a standard for interoperable web architecture.")
+ (home-page "https://guile-ldp.planete-kraus.eu")
+ (license gpl3+)
+ (dependencies
+ `(("guile-rdf" (rdf rdf) ,guile-rdf)))
+ (files (libraries
+ ((scheme-file "ldp")
+ (directory
+ "ldp"
+ ((directory
+ "resource"
+ ((directory
+ "unsafe"
+ ((scheme-file "save") (scheme-file "update")))
+ (scheme-file "load")
+ (scheme-file "sxml")
+ (scheme-file "xml")
+ (scheme-file "update")))
+ (scheme-file "path")
+ (scheme-file "response")
+ (scheme-file "resource")
+ (scheme-file "http-link")
+ (scheme-file "content")
+ (scheme-file "precondition")
+ (scheme-file "etag")))))
+ (tests ((directory "tests" ((scheme-file "ldp-primer")))))
+ (programs ())
+ (documentation
+ ((org-file "README")
+ (symlink "README" "README.org")
+ (text-file "HACKING")
+ (text-file "COPYING")
+ (directory "doc" ((texi-file "ldp")))
+ (text-file "NEWS")
+ (text-file "AUTHORS")
+ (text-file "ChangeLog")))
+ (infrastructure
+ ((scheme-file "hall")
+ (directory "build-aux" ())))))