You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
Package: adaR
2
-
Title: A Fast WHATWG-compliant URL Parser
2
+
Title: A Fast WHATWG Compliant URL Parser
3
3
Version: 0.1.0.9000
4
4
Authors@R:
5
5
c(person("David", "Schoch", , "[email protected]", role = c("aut", "cre"),
6
6
comment = c(ORCID = "0000-0003-2952-4812")),
7
7
person("Chung-hong", "Chan", role = c("aut"), email = "[email protected]",
8
-
comment = c(ORCID = "0000-0002-6232-7530"))
8
+
comment = c(ORCID = "0000-0002-6232-7530")),
9
+
person("Yagiz", "Nizipli", role = c("ctb", "cph"),comment = "author of ada-url : <https://github.com/ada-url/ada>"),
10
+
person("Daniel", "Lemire", role = c("ctb", "cph"),comment = "author of ada-url : <https://github.com/ada-url/ada>")
9
11
)
10
-
Description: A wrapper for ada-url, a WHATWG-compliant and fast URL parser written in modern C++. Also contains auxiliary functions to extract public suffix.
12
+
Description: A wrapper for ada-url, a WHATWG-compliant and fast URL parser written in modern C++. Also contains auxiliary functions such as a public suffix extractor.
If you are wondering about the last url. The list also contains wildcard suffixes such as `*.kawasaki.jp` which need to be matched.
114
+
97
115
98
116
## Acknowledgement
99
117
100
-
The logo is created from [this portrait](https://commons.wikimedia.org/wiki/File:Ada_Lovelace_portrait.jpg) of [Ada Lovelace](https://de.wikipedia.org/wiki/Ada_Lovelace), a very early pioneer in Computer Science.
118
+
The logo is created from [this portrait](https://commons.wikimedia.org/wiki/File:Ada_Lovelace_portrait.jpg) of [Ada Lovelace](https://de.wikipedia.org/wiki/Ada_Lovelace), a very early pioneer in Computer Science.
0 commit comments