{"id":26907312,"url":"https://github.com/thindil/cmark_ada","last_synced_at":"2026-05-01T14:33:45.905Z","repository":{"id":108684564,"uuid":"164498640","full_name":"thindil/cmark_ada","owner":"thindil","description":"A very thin Ada binding for the CommonMark parsing and rendering library: https://github.com/commonmark/cmark","archived":false,"fork":false,"pushed_at":"2019-06-19T07:28:16.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T11:55:46.336Z","etag":null,"topics":["ada","cmark","markdown"],"latest_commit_sha":null,"homepage":"","language":"Ada","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thindil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-07T21:26:37.000Z","updated_at":"2022-11-29T22:40:38.000Z","dependencies_parsed_at":"2023-04-15T20:55:45.533Z","dependency_job_id":null,"html_url":"https://github.com/thindil/cmark_ada","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"95260048c07cdbc9121d3f9e8c2f51f4edf17b67"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thindil/cmark_ada","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Fcmark_ada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Fcmark_ada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Fcmark_ada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Fcmark_ada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thindil","download_url":"https://codeload.github.com/thindil/cmark_ada/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Fcmark_ada/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ada","cmark","markdown"],"created_at":"2025-04-01T11:55:51.756Z","updated_at":"2026-05-01T14:33:45.880Z","avatar_url":"https://github.com/thindil.png","language":"Ada","funding_links":[],"categories":[],"sub_categories":[],"readme":"At this moment, a very thin Ada binding for the CommonMark parsing and\nrendering library: https://github.com/commonmark/cmark\n\n## Usage\n\n### As library\n\n#### Build from sources\n\nTo build you need:\n\n* compiler - GCC with enabled Ada support or (best option) GNAT from:\n\n  https://www.adacore.com/download/\n\n* gprbuild - it is included in GNAT and should be available in most Linux\n  distributions too.\n\nNavigate to the main directory(where this file is) to compile:\n\n* Easiest way to compile game is use Gnat Programming Studio included in GNAT.\n  Just run GPS, select *cmark_ada.gpr* as a project file and select option\n  `Build All`.\n\n* If you prefer using console: in main source code directory type `gprbuild`\n  for debug mode build or for release mode: `gprbuild -XMode=release`. If you\n  want to build dynamic library, add option `-XType=dynamic`. Possible types\n  of library are: static (default), dynamic (relocatable), static-pic.\n\n#### Install\n\nTo install library, use `gprinstall` command with parameters `-XMode` and\n`-XType` that same what was used during compilation. For default compilation\n(static, debug) it will be `gprinstall -P cmark_ada.gpr -p`.\n\n#### Usage in projects\n\nAt beginning of your project file (*.gpr*) add line:\n\n`with \"cmark_ada\";`\n\n#### Uninstalling\n\nTo uninstall library, use command `gprinstall` with parameters `-XMode` and\n`-XType` that same what was used during compilation and parameter\n`--uninstall`. For default compilation it will be\n`gprinstall -P cmark_ada.gpr --uninstall`\n\n### As code\n\nJust add files in `src` directory to your code.\n\nThat's probably all for now, if you find any bug, have question or\nproposition, feel free to open issue.\n\nBartek thindil Jasicki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthindil%2Fcmark_ada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthindil%2Fcmark_ada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthindil%2Fcmark_ada/lists"}