{"id":13507478,"url":"https://github.com/jarednorman/dismake","last_synced_at":"2026-03-04T16:31:40.795Z","repository":{"id":25132012,"uuid":"28553990","full_name":"jarednorman/dismake","owner":"jarednorman","description":"a \"compiler\" (as in `Mix.compilers`) for Elixir that just runs make","archived":false,"fork":false,"pushed_at":"2014-12-28T04:57:18.000Z","size":116,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T09:38:23.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarednorman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-28T04:46:37.000Z","updated_at":"2022-08-26T09:50:09.000Z","dependencies_parsed_at":"2022-08-23T02:20:14.844Z","dependency_job_id":null,"html_url":"https://github.com/jarednorman/dismake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarednorman/dismake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarednorman%2Fdismake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarednorman%2Fdismake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarednorman%2Fdismake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarednorman%2Fdismake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarednorman","download_url":"https://codeload.github.com/jarednorman/dismake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarednorman%2Fdismake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30086451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-08-01T02:00:34.700Z","updated_at":"2026-03-04T16:31:40.770Z","avatar_url":"https://github.com/jarednorman.png","language":"Elixir","funding_links":[],"categories":["Build Tools"],"sub_categories":[],"readme":"# Dismake\n\nDismake is a \"compiler\" (as in `Mix.compilers`) for Elixir that just runs `make`.\n\n## Usage\n\n```elixir\ndefmodule SampleApp.Mixfile do\n  use Mix.Project\n\n  def project do\n    [app: :sample_app,\n     version: \"0.0.1\",\n     elixir: \"~\u003e 1.0\",\n     # Add it to your compilers:\n     compilers: [:make] ++ Mix.compilers,\n     deps: deps]\n  end\n\n  def application do\n    [applications: [:logger]]\n  end\n\n  defp deps do\n    # And add it to your dependencies.\n    [{:dismake, \"~\u003e 1.0.0\"}]\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarednorman%2Fdismake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarednorman%2Fdismake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarednorman%2Fdismake/lists"}