aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 3e09fbea72df759e515c564f9e124294ccc233a6 (plain)
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
{
  "api": "2",
  "auth": "github:scriptkitties",
  "authors": [
    "Samantha McVey <samantham@posteo.net>",
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
  ],
  "description": "Raku module to deep merge Hashes",
  "license": "Artistic-2.0",
  "name": "Hash::Merge",
  "perl": "6.d",
  "provides": {
    "Hash::Merge": "lib/Hash/Merge.rakumod",
    "Hash::Merge::Augment": "lib/Hash/Merge/Augment.rakumod"
  },
  "source-url": "https://git.tyil.nl/raku/hash-merge",
  "tags": [
    "hash",
    "utils"
  ],
  "test-depends": [
    "Test::META"
  ],
  "version": "2.0.0"
}