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
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
applications
/
misc
/
ape
/
apeclex.nix
blob
81096d9877f7608bfeade51acf788cd380159eec
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 licenses.gpl3 ];
8
}