--- /dev/null
+<!-- -*- xml -*-
+
+Lucu はパブリックドメインに在ります。
+Lucu is in the public domain.
+
+See http://creativecommons.org/licenses/publicdomain/
+
+-->
+
+<rdf:RDF xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="http://cielonegro.org/Lucu.html">
+ <dc:title>Lucu</dc:title>
+ <dc:rights>
+ <Agent>
+ <dc:title>PHO</dc:title>
+ </Agent>
+ </dc:rights>
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ </Work>
+
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </License>
+
+</rdf:RDF>
client filtering and so on.
Version: 0.1
License: PublicDomain
-Author: PHO <phonohawk at ps dot sakura dot ne dot jp>
-Maintainer: PHO <phonohawk at ps dot sakura dot ne dot jp>
+License-File: COPYING
+Author: PHO <pho at cielonegro dot org>
+Maintainer: PHO <pho at cielonegro dot org>
Stability: experimental
Homepage: http://cielonegro.org/Lucu.html
Category: Network
Tested-With: GHC == 6.8.1
Cabal-Version: >= 1.2
+Build-Type: Simple
Extra-Source-Files:
+ ImplantFile.hs
data/CompileMimeTypes.hs
data/mime.types
examples/HelloWorld.hs
Network.HTTP.Lucu.Preprocess
Network.HTTP.Lucu.RequestReader
Network.HTTP.Lucu.ResponseWriter
+ Extensions:
+ DeriveDataTypeable, UnboxedTuples
ghc-options:
-Wall
- -XDeriveDataTypeable
- -XUnboxedTuples
-funbox-strict-fields
Executable lucu-implant-file
else
Buildable: False
Main-Is: ImplantFile.hs
+ Extensions:
+ UnboxedTuples
ghc-options:
-Wall
- -XUnboxedTuples
-funbox-strict-fields
--Executable HelloWorld