Skip to content

Commit

Permalink
Add ckdl parser from PyPi (#35)
Browse files Browse the repository at this point in the history
KDL document language parser to be used in plugin(s) using KDL as config language format
  • Loading branch information
eugenesvk authored Jan 25, 2025
1 parent 9003cb1 commit 8be1d3c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,50 @@
}
]
},
{
"name":"ckdl",
"description":"KDL reading and writing using a C backend",
"author":"Thomas Jollans",
"issues":"https://github.com/tjol/ckdl/issues",
"releases": [
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["windows-x64"],
"asset": "ckdl-*-cp38-cp38-win_amd64.whl"
},
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["windows-x32"],
"asset": "ckdl-*-cp38-cp38-win32.whl"
},
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["osx-x64" ],
"asset": "ckdl-*-cp38-cp38-macosx_10_9_x86_64.whl"
},
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["osx-arm64" ],
"asset": "ckdl-*-cp38-cp38-macosx_11_0_arm64.whl"
},
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["linux-x64" ],
"asset": "ckdl-*-cp38-cp38-manylinux_2_17_x86_64*.whl"
},
{
"base":"https://pypi.org/project/ckdl",
"python_versions": ["3.8"],
"platforms": ["linux-x32" ],
"asset": "ckdl-*-cp38-cp38-manylinux_2_5_i686*.whl"
}
]
},
{
"name": "codemp",
"description": "codemp - collaborative editing library",
Expand Down

0 comments on commit 8be1d3c

Please sign in to comment.