summaryrefslogtreecommitdiff
path: root/META6.json
blob: 0dafe03b45f7b94c396908bdb641d2fb1f33bdfc (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
{
  "api": "0",
  "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": [
    
  ],
  "source-url": "https://gitlab.com/tyil/perl6-string-fold",
  "tags": [
    
  ],
  "version": "0.2.0"
}