Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / misc / ape / apeclex.nix
blob81096d9877f7608bfeade51acf788cd380159eec
1 { lib, attemptoClex, callPackage }:
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 ];