{"id":16872857,"url":"https://github.com/samifouad/gild-gleam","last_synced_at":"2026-04-16T07:31:56.627Z","repository":{"id":290118177,"uuid":"776983452","full_name":"samifouad/gild-gleam","owner":"samifouad","description":"experiment: infra as code","archived":false,"fork":false,"pushed_at":"2025-04-27T00:43:35.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T20:47:21.831Z","etag":null,"topics":["debian","erlang","gild","gleam","infra","infra-as-code","infrastructure-as-code","javascript","linux","self-hosted","self-hosting","ubuntu"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/gild","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samifouad.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},"funding":{"github":"samifouad"}},"created_at":"2024-03-25T00:35:05.000Z","updated_at":"2025-04-27T00:43:39.000Z","dependencies_parsed_at":"2025-04-27T01:38:51.274Z","dependency_job_id":null,"html_url":"https://github.com/samifouad/gild-gleam","commit_stats":null,"previous_names":["samifouad/gild-gleam","samifouad/gild_frontend"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/samifouad/gild-gleam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samifouad%2Fgild-gleam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samifouad%2Fgild-gleam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samifouad%2Fgild-gleam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samifouad%2Fgild-gleam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samifouad","download_url":"https://codeload.github.com/samifouad/gild-gleam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samifouad%2Fgild-gleam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["debian","erlang","gild","gleam","infra","infra-as-code","infrastructure-as-code","javascript","linux","self-hosted","self-hosting","ubuntu"],"created_at":"2024-10-13T15:17:56.562Z","updated_at":"2026-04-16T07:31:56.613Z","avatar_url":"https://github.com/samifouad.png","language":"Gleam","funding_links":["https://github.com/sponsors/samifouad"],"categories":[],"sub_categories":[],"readme":"this is a work in progress. it's extremely alpha. any feedback welcome during the design phase.\n\nexample usage:\n```\nimport gild/cluster\nimport gild/os/debian\nimport gild/types.{type VM}\nimport gild/vm\n\npub fn home() -\u003e VM {\n  vm.new()\n  |\u003e vm.name(\"home\")\n  |\u003e vm.os(debian.version(\"12\"))\n  |\u003e vm.update()\n  |\u003e vm.install(\"mysql_server\")\n  |\u003e vm.return()\n}\n\npub fn work() -\u003e VM {\n  vm.new()\n  |\u003e vm.name(\"work\")\n  |\u003e vm.os(debian.version(\"12\"))\n  |\u003e vm.update()\n  |\u003e vm.install(\"apache2\")\n  |\u003e vm.install(\"mysql_server php\")\n  |\u003e vm.return()\n}\n\npub fn main() {\n    cluster.new()\n    |\u003e cluster.name(\"my cool project\")\n    |\u003e cluster.member(home())\n    |\u003e cluster.member(work())\n    |\u003e cluster.export()\n}\n```\n\noutput:\n\n![sample json output](https://raw.githubusercontent.com/samifouad/gild/main/sample_json_output.png)\n\nthis library is used to help create visualizations inside the [linkha.sh](http://linkha.sh) online playground and will be used inside a cli utility to make the declarative configuration come to life\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamifouad%2Fgild-gleam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamifouad%2Fgild-gleam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamifouad%2Fgild-gleam/lists"}