-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - add monitoring file - update to latest version [release notes](https://re2c.org/releases/release_notes.html#release-4-0-2) - enable all languages
- Loading branch information
Showing
6 changed files
with
107 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
re2c | ||
re2d | ||
re2go | ||
re2hs | ||
re2java | ||
re2js | ||
re2ocaml | ||
re2py | ||
re2rust | ||
re2v | ||
re2zig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
re2c:stderr | ||
re2c:stdin | ||
re2c:stdout | ||
re2d:stderr | ||
re2d:stdin | ||
re2d:stdout | ||
re2go:stderr | ||
re2go:stdin | ||
re2go:stdout | ||
re2hs:stderr | ||
re2hs:stdin | ||
re2hs:stdout | ||
re2java:stderr | ||
re2java:stdin | ||
re2java:stdout | ||
re2js:stderr | ||
re2js:stdin | ||
re2js:stdout | ||
re2ocaml:stderr | ||
re2ocaml:stdin | ||
re2ocaml:stdout | ||
re2py:stderr | ||
re2py:stdin | ||
re2py:stdout | ||
re2rust:stderr | ||
re2rust:stdin | ||
re2rust:stdout | ||
re2v:stderr | ||
re2v:stdin | ||
re2v:stdout | ||
re2zig:stderr | ||
re2zig:stdin | ||
re2zig:stdout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 7664 | ||
rss: https://github.com/skvadrik/re2c/releases.atom | ||
# No known CPE, checked 2025-01-20 | ||
security: | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
name : re2c | ||
version : '3.0' | ||
release : 7 | ||
homepage : http://re2c.org/ | ||
version : 4.0.2 | ||
release : 8 | ||
homepage : https://re2c.org/ | ||
source : | ||
- https://github.com/skvadrik/re2c/releases/download/3.0/re2c-3.0.tar.lz : 39757db2defc21a6713560cdff75895fb30f02af22a3ac8066fd9ba84f16a1b3 | ||
- https://github.com/skvadrik/re2c/releases/download/4.0.2/re2c-4.0.2.tar.lz : b4fa67a6064ffd3732f4906f3adf54caafde69addbff49f3c823321456d2d02c | ||
license : Public-Domain | ||
component : programming.tools | ||
summary : A tool for generating C, C++ or Go based recognizers from regular expressions | ||
description: | | ||
re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. | ||
setup : | | ||
%configure | ||
%cmake_ninja | ||
build : | | ||
%make bootstrap | ||
%ninja_build | ||
install : | | ||
%make_install | ||
check : | | ||
%make check | ||
%ninja_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters