Name: quicquid Version: 0.1 Stability: alpha Synopsis: An "information market" that connects and matches agents providing or seeking information and services. Description: An "information market" that connects and matches agents providing or seeking information and services. -- Tested-with: ghc 6.8.3 License: GPL License-file: LICENSE Copyright: (c) 2008 Pasqualino 'Titto' Assini (titto@quicquid.org) Author: Pasqualino 'Titto' Assini (titto@quicquid.org) Maintainer: Pasqualino 'Titto' Assini (titto@quicquid.org) -- Homepage: http://code.quicquid.org -- NOTE: most of the required packages are on hackage (so just do: cabal install in this dir) EXCEPT for: -- frisby: darcs get http://repetae.net/repos/frisby/ -- (NOT USED CURRENTLY) HAppS-Server>=0.9.2.2: darcs get http://happs.org/repos/HAppS-Server -- You will probably also need to install some additional development libraries. -- In Ubuntu 8.04: apt-get update;apt-get -y install libcurl4-openssl-dev uuid-dev Build-Depends: base ,encoding ,bytestring ,mtl ,benchpress ,microbench ,HUnit ,smallcheck==0.2.1 ,stm ,hspread ,random ,hslogger ,json ,containers, derive ,frisby,curl,filepath,directory, uuid, HTTP-Simple, HAppS-Server==0.9.2.1 -- QQ>=0.5, GHCUtil, HAppS==0.8.8, mtl, HaskellNet, MissingH Hs-source-dirs: src Exposed-modules: QuicQuid.Term,QuicQuid.Logic,QuicQuid.Router,QuicQuid.Broker -- Main,Router,HTTPApi,Broker,Agents -- ghc-options: -ddump-minimal-imports -cpp -Wall -ddump-splices -fwarn-incomplete-patterns -- Run basic tests. Executable: test Hs-source-dirs: src Main-Is: Test.hs ghc-options: -O2 -- All-in-one server with all agents, router and http api. Executable: agent.http Hs-source-dirs: src Main-Is: Main.hs ghc-options: -O2