summaryrefslogtreecommitdiff
path: root/META6.json
blob: 9ae6c1d3cb87fc9055a81cb419fd30aa65908b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "authors": [
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
    
  ],
  "description": "Fold strings to a certain length",
  "license": "AGPL-3.0",
  "meta-version": 0,
  "name": "String::Fold",
  "perl": "6.c",
  "provides": {
    "String::Fold": "lib/String/Fold.pm6"
  },
  "resources": [
    
  ],
  "tags": [
    
  ],
  "version": "0.1.0"
}