-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA6.json
More file actions
33 lines (33 loc) · 854 Bytes
/
META6.json
File metadata and controls
33 lines (33 loc) · 854 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
31
32
33
{
"authors": [
"Sam Gillespie"
],
"build-depends": [],
"depends": [
"Numeric::Pack:ver<0.3.0+>"
],
"description": "Open Sound Control for Perl6",
"license": "Artistic-2.0",
"name": "Net::Osc",
"perl": "6.c",
"provides": {
"Net::OSC": "lib/Net/OSC.pm6",
"Net::OSC::Bundle": "lib/Net/OSC/Bundle.pm6",
"Net::OSC::Message": "lib/Net/OSC/Message.pm6",
"Net::OSC::Server": "lib/Net/OSC/Server.pm6",
"Net::OSC::Server::UDP": "lib/Net/OSC/Server/UDP.pm6",
"Net::OSC::Transport::TCP": "lib/Net/OSC/Transport/TCP.pm6",
"Net::OSC::Types": "lib/Net/OSC/Types.pm6"
},
"resources": [],
"source-url": "git://github.com/samgwise/Net-OSC.git",
"tags": [
"music",
"Open Sound Control",
"Communication"
],
"test-depends": [
"Test::Util::ServerPort:ver<0.0.4+>"
],
"version": "0.2.4"
}