Skip to content

Commit a04d0df

Browse files
committed
Added abstract and keywords to pkginfo.
1 parent 4c2ce06 commit a04d0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ArchiveFormats := ".tar.gz",
9595
##
9696
Status := "deposited",
9797

98-
AbstractHTML := "",
98+
AbstractHTML := "The PatternClass package is build on the idea of token passing networks building permutation pattern classes. Those classes are best determined by their basis. Both sets can be encoded by rank encoding their permutations. Each, the class and its basis, in their encoded form build a rational language. Rational languages can be easily computed by using automata, which also can be build directly from the token passing networks. Both ways will build the same language, i.e. the same automaton.",
9999

100100
PackageDoc := rec(
101101
BookName := "PatternClass",
@@ -117,6 +117,6 @@ AvailabilityTest := ReturnTrue,
117117

118118
TestFile := "tst/testall.g",
119119

120-
#Keywords := [ "TODO" ],
120+
Keywords := [ "permutation", "pattern", "transducer", "regular language", "subpermutation" , "token passing network", "encoding" ],
121121

122122
));

0 commit comments

Comments
 (0)