gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6714: update nyacc to 0.99.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6714: update nyacc to 0.99.0
Date: Sat, 20 Jul 2019 19:16:16 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6714
revision-id: address@hidden-20190720231609-pqwnon124igkolhb
parent: address@hidden-20190720043341-1oqx5qffjjru5g0i
committer: address@hidden
branch nick: trunk
timestamp: Sat 2019-07-20 16:16:09 -0700
message:
  update nyacc to 0.99.0
modified:
  pkg/other/nyacc/Makefile       makefile-20171111234847-ddaxaq043uks6dhp-3
  pkg/other/nyacc/sha256sums     sha256sums-20171111234847-ddaxaq043uks6dhp-4
=== modified file 'pkg/other/nyacc/Makefile'
--- a/pkg/other/nyacc/Makefile  2019-06-09 18:40:37 +0000
+++ b/pkg/other/nyacc/Makefile  2019-07-20 23:16:09 +0000
@@ -21,13 +21,17 @@
 
 NAME = nyacc
 GARNAME = nyacc
-GARVERSION =  0.94.0
+GARVERSION =  0.99.0
 HOME_URL =  http://www.nongnu.org/nyacc
 DESCRIPTION =  Guile modules for nyacc compiler creation and parsers
 define BLURB
-NYACC, for Not Yet Another Compiler Compiler!, is set of guile modules for
+NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for
 generating parsers and lexical analyzers.  It also provides sample parsers
 and pretty-printers using SXML trees as an intermediate representation.
+It provides a decent C parser and a 'FFI Helper' tool to help create
+Guile Scheme bindings for C-based libraries.  It provides (partially
+implemented) compilers based on above mentioned parsers to allow execution
+with Guile as extension languages.  
 endef
 ######################################################################
 # http://download.savannah.nongnu.org/releases/nyacc/nyacc-0.92.0.tar.gz

=== modified file 'pkg/other/nyacc/sha256sums'
--- a/pkg/other/nyacc/sha256sums        2019-06-09 18:40:37 +0000
+++ b/pkg/other/nyacc/sha256sums        2019-07-20 23:16:09 +0000
@@ -1,2 +1,2 @@
-c43a247f5b9ac9d9dbb6d7ee2caa562aa8a426171ea6bce0f9480e1b2aff168b  
download/nyacc-0.94.0.tar.gz
-25f29830ab5503cdbbbbfe7f5049fb3fbc51794d75167fe84b11dbab26cb40ef  
download/nyacc-0.94.0.tar.gz.sig
+63fbb77d5a5e3016d08cfe240fc92b06e3f853a85da781400e9dc4147ac78542  
download/nyacc-0.99.0.tar.gz
+31020be437c9c9cbce787cc885b7a6044b431103db64f4f698840044ca9ce29f  
download/nyacc-0.99.0.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]