aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 820a193..d9108ca 100644
--- a/packages.json
+++ b/packages.json
@@ -948,5 +948,14 @@
"description": "UUID wrapper",
"license": "MIT",
"web": "https://github.com/idlewan/nim-uuid"
+ },
+ {
+ "name": "robotparser",
+ "url": "git://github.com/achesak/nimrod-robotparser",
+ "method": "git",
+ "tags": ["library", "useragent", "robots", "robot.txt"],
+ "description": "Determine if a useragent can access a URL using robots.txt",
+ "license": "MIT",
+ "web": "https://github.com/achesak/nimrod-robotparser"
}
]