File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.52.0" ,
3+ "description" : " A Rust-based CommonMark + GFM compatible Markdown parser and renderer." ,
4+ "homepage" : " https://comrak.ee" ,
5+ "license" : {
6+ "identifier" : " BSD-2-Clause,MIT,CC-BY-SA-4.0" ,
7+ "url" : " https://github.com/kivikakk/comrak/blob/HEAD/COPYING"
8+ },
9+ "suggest" : {
10+ "vcredist" : " extras/vcredist2022"
11+ },
12+ "architecture" : {
13+ "64bit" : {
14+ "url" : " https://github.com/kivikakk/comrak/releases/download/v0.52.0/comrak-0.52.0-x86_64-pc-windows-msvc.exe#/comrak.exe" ,
15+ "hash" : " 0389fa7f2ae7fffdb732fee86f4d2eeda69e8ab20830f35f5099cca9b6455d25"
16+ },
17+ "arm64" : {
18+ "url" : " https://github.com/kivikakk/comrak/releases/download/v0.52.0/comrak-0.52.0-aarch64-pc-windows-msvc.exe#/comrak.exe" ,
19+ "hash" : " d4fe28bb8f711238cb4e51a0d5458562e4320a2a32371a13f9cd3171202e339f"
20+ }
21+ },
22+ "bin" : " comrak.exe" ,
23+ "checkver" : {
24+ "github" : " https://github.com/kivikakk/comrak"
25+ },
26+ "autoupdate" : {
27+ "architecture" : {
28+ "64bit" : {
29+ "url" : " https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-x86_64-pc-windows-msvc.exe#/comrak.exe"
30+ },
31+ "arm64" : {
32+ "url" : " https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-aarch64-pc-windows-msvc.exe#/comrak.exe"
33+ }
34+ }
35+ }
36+ }
You can’t perform that action at this time.
0 commit comments