-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathMETA6.json
33 lines (33 loc) · 1.41 KB
/
META6.json
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
{
"name" : "Jupyter::Kernel",
"source-url" : "git://github.com/bduggan/raku-jupyter-kernel.git",
"raku" : "6.*",
"auth" : "zef:bduggan",
"build-depends" : [ ],
"provides" : {
"Jupyter::Kernel" : "lib/Jupyter/Kernel.rakumod",
"Jupyter::Kernel::Comm" : "lib/Jupyter/Kernel/Comm.rakumod",
"Jupyter::Kernel::Comms" : "lib/Jupyter/Kernel/Comms.rakumod",
"Jupyter::Kernel::Handler" : "lib/Jupyter/Kernel/Handler.rakumod",
"Jupyter::Kernel::History" : "lib/Jupyter/Kernel/History.rakumod",
"Jupyter::Kernel::Magics" : "lib/Jupyter/Kernel/Magics.rakumod",
"Jupyter::Kernel::Paths" : "lib/Jupyter/Kernel/Paths.rakumod",
"Jupyter::Kernel::Response" : "lib/Jupyter/Kernel/Response.rakumod",
"Jupyter::Kernel::Sandbox" : "lib/Jupyter/Kernel/Sandbox.rakumod",
"Jupyter::Kernel::Sandbox::Autocomplete" : "lib/Jupyter/Kernel/Sandbox/Autocomplete.rakumod",
"Jupyter::Kernel::Service" : "lib/Jupyter/Kernel/Service.rakumod"
},
"resources" : [ "logo-32x32.png", "logo-64x64.png", "kernel.json" ],
"tags" : [ ],
"depends" : [
"UUID", "Log::Async", "Net::ZMQ:ver<0.8>", "JSON::Tiny",
"Digest::HMAC", "Digest::SHA256::Native"
],
"description" : "Raku Kernel for Jupyter Notebooks",
"test-depends" : [ ],
"version" : "1.0.3",
"license" : "Artistic-2.0",
"authors" : [
"Brian Duggan"
]
}