{"id":13803599,"url":"https://github.com/premake/premake-dlang","last_synced_at":"2025-05-13T16:32:04.097Z","repository":{"id":29109856,"uuid":"32639403","full_name":"premake/premake-dlang","owner":"premake","description":null,"archived":true,"fork":false,"pushed_at":"2016-11-16T16:24:13.000Z","size":96,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-07T21:40:46.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/premake.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-03-21T16:15:33.000Z","updated_at":"2024-01-02T22:20:23.000Z","dependencies_parsed_at":"2022-08-22T05:50:17.635Z","dependency_job_id":null,"html_url":"https://github.com/premake/premake-dlang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premake%2Fpremake-dlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premake%2Fpremake-dlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premake%2Fpremake-dlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premake%2Fpremake-dlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/premake","download_url":"https://codeload.github.com/premake/premake-dlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850767,"owners_count":21973666,"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-08-04T01:00:36.005Z","updated_at":"2025-05-13T16:32:04.078Z","avatar_url":"https://github.com/premake.png","language":"Lua","funding_links":[],"categories":["Build Tools"],"sub_categories":["Bare metal / kernel development"],"readme":"### This repository is no longer active! ###\n\nThis repository has been merged with the [main premake-core source code](https://github.com/premake/premake-core). It will be deleted once everyone has had a chance to get switched over to the new location (probably Jan 2017).\n\n----------------------------------------------------\n\nPremake Extension to support the [D](http://dlang.org) language\n\n### Features ###\n\n* Support actions: gmake, vs20xx (VisualD)\n* Support all compilers; DMD, LDC, GDC\n* Support combined and separate compilation\n\n### Usage ###\n\nSimply add:\n```lua\nlanguage \"D\"\n```\nto your project definition and populate with .d files.\n\n### APIs ###\n\n* [flags](https://github.com/premake/premake-dlang/wiki/flags)\n  * CodeCoverage\n  * Deprecated\n  * Documentation\n  * GenerateHeader\n  * GenerateJSON\n  * GenerateMap\n  * NoBoundsCheck\n  * Profile\n  * Quiet\n  * RetainPaths\n  * SeparateCompilation\n  * SymbolsLikeC\n  * UnitTest\n  * Verbose\n* [versionconstants](https://github.com/premake/premake-dlang/wiki/versionconstants)\n* [versionlevel](https://github.com/premake/premake-dlang/wiki/versionlevel)\n* [debugconstants](https://github.com/premake/premake-dlang/wiki/debugconstants)\n* [debuglevel](https://github.com/premake/premake-dlang/wiki/debuglevel)\n* [docdir](https://github.com/premake/premake-dlang/wiki/docdir)\n* [docname](https://github.com/premake/premake-dlang/wiki/docname)\n* [headerdir](https://github.com/premake/premake-dlang/wiki/headerdir)\n* [headername](https://github.com/premake/premake-dlang/wiki/headername)\n\n### Example ###\n\nThe contents of your premake5.lua file would be:\n\n```lua\nsolution \"MySolution\"\n    configurations { \"release\", \"debug\" }\n\n    project \"MyDProject\"\n        kind \"ConsoleApp\"\n        language \"D\"\n        files { \"src/main.d\", \"src/extra.d\" }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremake%2Fpremake-dlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpremake%2Fpremake-dlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremake%2Fpremake-dlang/lists"}