diff options
author | sterni <sternenseemann@systemli.org> | 2021-08-02T13·14+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-09-01T22·57+0000 |
commit | de0f0164d205f561cffcea12d6aaad42d848abfc (patch) | |
tree | 7903203ae2475db87638357bb3af7855075b72b8 /third_party/lisp/npg/README | |
parent | 8e45aace13e00b91146d47385625449d14576fe5 (diff) |
feat(3p/lisp/npg): build using buildLisp r/2813
Change-Id: I9f987dc25d77a829cc0716cbe4cb1b91c36de861 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3269 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp/npg/README')
-rw-r--r-- | third_party/lisp/npg/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/third_party/lisp/npg/README b/third_party/lisp/npg/README index c69ef9080a76..a1661e744a37 100644 --- a/third_party/lisp/npg/README +++ b/third_party/lisp/npg/README @@ -3,6 +3,13 @@ for Common Lisp Copyright (C) 2003-2006, 2010 by Walter C. Pelissero + Copyright (C) 2021 by the TVL Authors + +Vendored into depot as it is a dependency of mime4cl and upstream has +become inactive. Upstream and depot version may diverge. + +Upstream Website: http://wcp.sdf-eu.org/software/#npg +Vendored Tarball: http://wcp.sdf-eu.org/software/npg-20150517T144652.tbz This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -36,6 +43,6 @@ though. Multiple concurrent parsers are supported. -To compile, an ASDF file is provided. +To compile, an ASDF and nix file are provided. See the examples directory for clues on how to use it. |