{"id":13410767,"url":"https://github.com/AdaCore/templates-parser","last_synced_at":"2025-03-14T16:33:01.593Z","repository":{"id":3841730,"uuid":"51081856","full_name":"AdaCore/templates-parser","owner":"AdaCore","description":"AWS templates engine.","archived":false,"fork":false,"pushed_at":"2024-10-24T15:35:32.000Z","size":1482,"stargazers_count":7,"open_issues_count":1,"forks_count":16,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-10-25T23:13:03.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AdaCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.RUNTIME","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-04T14:40:46.000Z","updated_at":"2024-10-01T20:30:06.000Z","dependencies_parsed_at":"2024-05-03T01:52:51.492Z","dependency_job_id":"b1c2d510-c500-4078-bf8b-e2b04264d10c","html_url":"https://github.com/AdaCore/templates-parser","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaCore%2Ftemplates-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaCore%2Ftemplates-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaCore%2Ftemplates-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaCore%2Ftemplates-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaCore","download_url":"https://codeload.github.com/AdaCore/templates-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610456,"owners_count":20318966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-30T20:01:09.020Z","updated_at":"2025-03-14T16:33:01.059Z","avatar_url":"https://github.com/AdaCore.png","language":"Ada","funding_links":[],"categories":["Libraries"],"sub_categories":["Web"],"readme":"Templates_Parser\n================\n\nThis repository hosts the `Templates_Parser` library and the associated\n`templates2ada` program. These are tools to create templated text streams, such\nas dynamic HTML documents.\n\nTo learn more about them, you can either read our Sphinx documentation [in this\nrepository](docs/) or read it from [AdaCore's live\ndocs](https://docs.adacore.com/live/wave/aws/html/template_parser/index.html).\n\nBuild\n-----\n\nSome make variables can be adjusted to change the default setup:\n\n```text\nDEFAULT_LIBRARY_TYPE=[static|relocatable]\n    (default is static)\n\nprefix=\u003cinstall directory\u003e\n    (default to compiler root directory)\n\nENABLE_STATIC=[true|false]\n    (default true)\n\nENABLE_SHARED=[true|false]\n    (default yes on platforms supporting shared libraries)\n\nDEBUG=[true|false]\n    (default false)\n\nPROCESSORS=N\n    Number of parallel compilations\n    (default 2)\n```\n\nTo build both the static and shared version (if supported) using the default\nsetup:\n\n```sh\n$ make\n```\n\nTo setup the default library as relocatable and change the installation\ndirectory:\n\n```sh\n$ make DEFAULT_LIBRARY_TYPE=relocatable prefix=/opt/templates_parser setup\n$ make\n```\n\nTo install:\n\n```sh\n$ make install\n```\n\nNote that the installation will be done into your current GNAT root directory\nby default. It is possible to change this default by setting the prefix make\nvariable, for example:\n\n```\n$ make prefix=/opt/templates_parser install\n```\n\nor using the setup step:\n\n```\n$ make prefix=/opt/templates_parser setup\n$ make \u0026\u0026 make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaCore%2Ftemplates-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdaCore%2Ftemplates-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaCore%2Ftemplates-parser/lists"}