{"id":15683411,"url":"https://github.com/hadolint/language-docker","last_synced_at":"2025-04-30T21:26:25.875Z","repository":{"id":27469308,"uuid":"114045021","full_name":"hadolint/language-docker","owner":"hadolint","description":"Haskell Dockerfile parser, pretty-printer and EDSL","archived":false,"fork":false,"pushed_at":"2025-03-05T22:36:15.000Z","size":1997,"stargazers_count":38,"open_issues_count":6,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T07:00:53.496Z","etag":null,"topics":["docker","docker-image","haskell","parser","pretty-print","pretty-printer","templating"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/hadolint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2017-12-12T22:19:23.000Z","updated_at":"2025-03-05T22:36:19.000Z","dependencies_parsed_at":"2024-05-03T19:57:02.335Z","dependency_job_id":"9311f002-342a-41c4-946e-7aad4b350866","html_url":"https://github.com/hadolint/language-docker","commit_stats":{"total_commits":455,"total_committers":19,"mean_commits":23.94736842105263,"dds":0.6241758241758242,"last_synced_commit":"dba56a780a50beb44c727a717db644b3da27320b"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Flanguage-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Flanguage-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Flanguage-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadolint%2Flanguage-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadolint","download_url":"https://codeload.github.com/hadolint/language-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250882465,"owners_count":21502315,"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":["docker","docker-image","haskell","parser","pretty-print","pretty-printer","templating"],"created_at":"2024-10-03T17:05:07.785Z","updated_at":"2025-04-30T21:26:25.854Z","avatar_url":"https://github.com/hadolint.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][travis-img]][travis]\n[![Hackage][hackage-img]][hackage]\n[![GPL-3 licensed][license-img]][license]\n\n# haskell-language-docker\n\nDockerfile parser, pretty-printer and embedded DSL\n\nProvides de ability to parse docker files, a pretty-printer and EDSL for\nwritting Dockerfiles in Haskell.\n\n- [Parsing files](#parsing-files)\n- [Parsing strings](#parsing-strings)\n- [Pretty-printing files](#pretty-printing-files)\n\n## Parsing files\n\n```haskell\nimport Language.Docker\nmain = do\n    ef \u003c- parseFile \"./Dockerfile\"\n    print ef\n```\n\n## Parsing strings\n\n```haskell\nimport Language.Docker\nmain = do\n    c \u003c- readFile \"./Dockerfile\"\n    print (parseString c)\n```\n\n## Create Dockerfiles\n\nUse the [dockerfile-creator package](https://github.com/hadolint/dockerfile-creator)\n\n[hackage-img]: https://img.shields.io/hackage/v/language-docker.svg\n[hackage]: https://hackage.haskell.org/package/language-docker\n[travis-img]: https://travis-ci.org/hadolint/language-docker.svg?branch=master\n[travis]: https://travis-ci.org/hadolint/language-docker\n[license-img]: https://img.shields.io/badge/license-GPL--3-blue.svg\n[license]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadolint%2Flanguage-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadolint%2Flanguage-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadolint%2Flanguage-docker/lists"}