{"id":13508606,"url":"https://github.com/ericmj/ex2ms","last_synced_at":"2025-05-16T06:04:58.549Z","repository":{"id":9238084,"uuid":"11057171","full_name":"ericmj/ex2ms","owner":"ericmj","description":":ets.fun2ms for Elixir, translate functions to match specifications","archived":false,"fork":false,"pushed_at":"2024-06-13T18:27:11.000Z","size":67,"stargazers_count":198,"open_issues_count":0,"forks_count":27,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-13T19:02:48.446Z","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/ericmj.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-29T18:11:33.000Z","updated_at":"2025-02-08T13:20:20.000Z","dependencies_parsed_at":"2024-05-01T17:16:44.826Z","dependency_job_id":"543d17ce-bb78-45fd-94cd-02231b3e94c2","html_url":"https://github.com/ericmj/ex2ms","commit_stats":{"total_commits":70,"total_committers":14,"mean_commits":5.0,"dds":0.6,"last_synced_commit":"33983952f1a2618e403ba5342103bb3a173a7bb1"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmj%2Fex2ms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmj%2Fex2ms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmj%2Fex2ms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericmj%2Fex2ms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericmj","download_url":"https://codeload.github.com/ericmj/ex2ms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478187,"owners_count":22077676,"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-01T02:00:55.557Z","updated_at":"2025-05-16T06:04:58.531Z","avatar_url":"https://github.com/ericmj.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# ex2ms\n\nTranslates Elixir functions to match specifications for use with `ets`.\nRequires Elixir 1.0 or later.\n\n## Usage\n\nAdd ex2ms to your Mix dependencies:\n\n```elixir\ndefp deps do\n  [{:ex2ms, \"~\u003e 1.0\"}]\nend\n```\n\nIn your shell write the following to get up and running to try ex2ms out:\n\n```bash\nmix deps.get\niex -S mix\n```\n\n```elixir\niex(1)\u003e import Ex2ms\niex(2)\u003e fun do { x, y } = z when x \u003e 10 -\u003e z end\n[{{:\"$1\",:\"$2\"},[{:\u003e,:\"$1\",10}],[:\"$_\"]}]\niex(3)\u003e :ets.test_ms({ 42, 43 }, v(2))\n{:ok,{42,43}}\niex(4)\u003e :ets.test_ms({ 0, 10 }, v(2))\n{:ok,false}\n```\n\n## License\n\n    Copyright 2013 Eric Meadows-Jönsson\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericmj%2Fex2ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericmj%2Fex2ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericmj%2Fex2ms/lists"}