-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDung.cabal
48 lines (41 loc) · 1.91 KB
/
Dung.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Dung
category: Argumentation, Embedded, AI
version: 1.1
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Bas van Gijzel
maintainer: Bas van Gijzel <[email protected]>
stability: experimental
homepage: http://www.cs.nott.ac.uk/~bmv/Dung/
copyright: Copyright (C) 2014 Bas van Gijzel
synopsis: An implementation of the Dung argumentation frameworks.
description: An implementation of Dung's argumentation frameworks, an abstract argumentation model used to either directly represent conflicting information, or used as
a translation target for more complex (structured) argumentation models. For an introduction to Dung's frameworks see
<http://en.wikipedia.org/wiki/Argumentation_framework> and Dung's paper from 1995: \"On the acceptability of arguments and its fundamental role
in nonmonotonic reasoning, logic programming, and n-person games\", Artificial Intelligence 77: 321-357.
For the papers accompanying this library see \"Towards a framework for the implementation and verification of translations between argumentation
models\" and \"A principled approach to the implementation of argumentation models\", available at <http://www.cs.nott.ac.uk/~bmv/Dung/>.
build-type: Simple
Extra-Source-Files:
CHANGELOG
exampleaf.txt
Library
build-depends:
base >= 4 && < 5,
containers >= 0.3 && < 0.6,
cmdargs >= 0.10.2,
parsec >= 3
hs-source-dirs:
src
exposed-modules:
Language.Dung.AF
Language.Dung.Examples
Language.Dung.Output
Language.Dung.Input
Executable dungell
main-Is: Main.hs
hs-source-dirs: src
source-repository head
Type: git
Location: https://github.com/nebasuke/Dung