repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
misc
/
ape
/
apeclex.nix
blob
7f0523270f283a81452d4173a277c0863e125727
1
{ lib, attemptoClex, callPackage }:
2
3
callPackage ./. {
4
pname = "ape-clex";
5
lexiconPath = "${attemptoClex}/clex_lexicon.pl";
6
description = "Parser for Attempto Controlled English (ACE) with a large lexicon (~100,000 entries)";
7
license = with lib.licenses; [ lgpl3 gpl3 ];
8
}