7 lines
164 B
TOML
7 lines
164 B
TOML
[expat]
|
|
source = "git"
|
|
git = "https://github.com/libexpat/libexpat/"
|
|
include_regex = "(R_)([\\d.*][_].*)"
|
|
from_pattern = 'R_(\d)_(\d)_(\d)'
|
|
to_pattern = '\1.\2.\3'
|