18 lines
251 B
JSON
18 lines
251 B
JSON
{
|
|
"name": "encoding",
|
|
"description": "This package provides tools to work with text encodings",
|
|
"targetType": "library",
|
|
|
|
"dependencies": {
|
|
"tanya:meta": "*"
|
|
},
|
|
|
|
"sourcePaths": [
|
|
"."
|
|
],
|
|
"importPaths": [
|
|
"."
|
|
],
|
|
"dflags": ["-dip1000"]
|
|
}
|