{"id":20082192,"url":"https://github.com/exercism/d","last_synced_at":"2026-03-06T06:32:30.787Z","repository":{"id":925757,"uuid":"18066187","full_name":"exercism/d","owner":"exercism","description":"Exercism exercises in D.","archived":false,"fork":false,"pushed_at":"2026-01-27T15:53:22.000Z","size":861,"stargazers_count":19,"open_issues_count":13,"forks_count":34,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-01-28T02:21:45.060Z","etag":null,"topics":["community-contributions-paused","exercism-track","maintained-solitary"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/d","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-03-24T14:55:04.000Z","updated_at":"2026-01-27T15:53:27.000Z","dependencies_parsed_at":"2023-02-14T07:35:28.557Z","dependency_job_id":"f3f4b2b2-79e9-49ab-a943-0047dc7da985","html_url":"https://github.com/exercism/d","commit_stats":{"total_commits":293,"total_committers":29,"mean_commits":10.10344827586207,"dds":0.8088737201365188,"last_synced_commit":"a9273998d87edccde8e2432e8ccb06b5353d6fda"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exercism/d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["community-contributions-paused","exercism-track","maintained-solitary"],"created_at":"2024-11-13T15:42:21.504Z","updated_at":"2026-03-06T06:32:30.748Z","avatar_url":"https://github.com/exercism.png","language":"D","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"readme":"# Exercism D Track\n\n[![Tests](https://github.com/exercism/d/workflows/Tests/badge.svg?branch=main)](https://github.com/exercism/d/actions/workflows/tests.yml?query=branch%3Amain)\n[![GitHub issues](https://img.shields.io/github/issues/exercism/d.svg)](https://github.com/exercism/d/issues)\n[![GitHub forks](https://img.shields.io/github/forks/exercism/d.svg)](https://github.com/exercism/d/network)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/exercism/d/master/LICENSE)\n\n**`D`** is one of many programming languages you can study on [exercism.org](https://exercism.org/).\nThis repo holds all the instructions, tests, code, \u0026 support files for D _exercises_ currently under development or implemented \u0026 available for students.\nIf you haven't already, you can check out and study the live language track [here](https://exercism.org/tracks/d).\n\n🌟 \u0026nbsp;\u0026nbsp;The test runner is currently using the DMD compiler v2.109.0.\n\n## Filenames\n\nEach exercise is identified by a slug.\nThe slug is all lower-case, and if it is multiple words, it is hyphenated.\n\nE.g. `circular-buffer`.\n\nThe following conventions are used when adding a new exercise:\n\n* Name the directory `$SLUG`\n* Place the tests in `source/$SLUG.d`, replacing hyphens with underscores.\n* Place the example solution in `example/$SLUG.d`, replacing hyphens with underscores.\n* Add a file named `dub.sdl` with two lines: `name \"$SLUG\"` and `buildRequirements \"disallowDeprecations\"`.\n\nE.g.\n\n```\n$ tree exercises/circular-buffer\nexercises/circular-buffer/\n├── dub.sdl\n├── source\n│   └── circular_buffer.d\n└── example\n    └── circular_buffer.d\n\n2 directories, 3 files\n```\n\n## Contributing\n\nIf you're having trouble getting this project set up locally, please open an issue and we'll help you get it sorted (and then see about improving the documentation).\n\nThere is useful Exercism-wide documentation about contributing to language tracks in the [exercism/docs](https://github.com/exercism/docs/blob/master/language-tracks/README.md) repository.\n\n## D icon\nThe D \"Digital Mars\" logo is owned by Digital Mars, Inc. Digital Mars, Inc. allows anyone to use, modify and redistribute the logo provided that the copyright holder is properly attributed. The original image is part of the D programming language \"dlang.org\" source repository, released under version 1.0 of the Boost Software License. We have modified the image, changing the colour scheme, to create the D icon for Exercism.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fd/lists"}