{"id":22375850,"url":"https://github.com/stylewarning/template","last_synced_at":"2026-01-29T22:32:29.314Z","repository":{"id":236852848,"uuid":"625692187","full_name":"stylewarning/template","owner":"stylewarning","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-09T22:14:27.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T23:34:12.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stylewarning.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-04-09T22:09:40.000Z","updated_at":"2024-09-10T14:08:44.000Z","dependencies_parsed_at":"2024-04-29T00:08:21.720Z","dependency_job_id":"672417e8-da13-4b92-9244-7772925f9842","html_url":"https://github.com/stylewarning/template","commit_stats":null,"previous_names":["stylewarning/template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Ftemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Ftemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Ftemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Ftemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylewarning","download_url":"https://codeload.github.com/stylewarning/template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708990,"owners_count":20659625,"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-12-04T21:27:58.494Z","updated_at":"2026-01-29T22:32:29.282Z","avatar_url":"https://github.com/stylewarning.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"                               TEMPLATE\n                               ========\n\n                           By Robert Smith\n\nTEMPLATE is a package for templates and template functions, similar to\nC++ templates.\n\nExample:\n\n;;; Define the templated function.\n(define-templated-function add (type) (x y)\n  `(locally (declare (type ,type x y))\n     (the ,type (+ x y))))\n\n;;; Instantiate it with a few types.\n(instantiate-templated-function add fixnum)\n(instantiate-templated-function add single-float)\n\n;;; Call it.\n(add '(fixnum) 1 2)\n(add '(single-float) 1.0 2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylewarning%2Ftemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylewarning%2Ftemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylewarning%2Ftemplate/lists"}