-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
30 lines (30 loc) · 826 Bytes
/
META6.json
File metadata and controls
30 lines (30 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"perl" : "6.*",
"name" : "Net::IP",
"version" : "2.1.2" ,
"api" : "2",
"description" : "Provides utility functions for dealing with IPv4 and IPv6 addresses.",
"auth" : "github:tbrowder",
"author" : "github:tbrowder",
"authors" : [ "Tom Browder <tom.browder@gmail.com>" ],
"license" : "Artistic-2.0",
"source-url" : "https://github.com/tbrowder/Net-IP.git",
"support" : {
"bugtracker" : "https://github.com/tbrowder/Net-IP/issues"
},
"provides" : {
"Net::IP" : "lib/Net/IP.rakumod"
},
"test-depends" : [
"Test::META"
],
"depends" : [
"Number::More",
"Text::Utils"
],
"resources" : [
],
"tags" : [
"Net", "IP", "IP address", "IPv4", "IPv6", "CPAN5"
]
}