Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:ocaml
ocaml-cudf
allow_underscore.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allow_underscore.patch of Package ocaml-cudf
Index: cudf-0.7/cudf_type_lexer.mll =================================================================== --- cudf-0.7.orig/cudf_type_lexer.mll +++ cudf-0.7/cudf_type_lexer.mll @@ -24,7 +24,7 @@ let digit = [ '0' - '9' ] let blank = [ ' ' '\t' ] let blanks = blank+ let ident = lower_letter (lower_letter | digit | '-')* -let pkgname = (letter | digit | ['-' '+' '.' '/' '@' '(' ')' '%'])+ +let pkgname = (letter | digit | ['-' '+' '.' '/' '@' '(' ')' '%' '_'])+ rule token_cudf = parse | "true!" { VPKGTRUE }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor