{"id":19839001,"url":"https://github.com/objectionary/dedup","last_synced_at":"2025-11-25T00:05:22.086Z","repository":{"id":74087780,"uuid":"559427983","full_name":"objectionary/dedup","owner":"objectionary","description":"Deduplication of Objects in EO Programs","archived":false,"fork":false,"pushed_at":"2023-12-15T08:29:05.000Z","size":6,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T11:19:30.364Z","etag":null,"topics":["eolang","oop","optimization"],"latest_commit_sha":null,"homepage":"https://www.eolang.org","language":null,"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/objectionary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-10-30T04:28:02.000Z","updated_at":"2023-02-08T16:22:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea008cc3-041f-46d5-99e3-b141dc76fae1","html_url":"https://github.com/objectionary/dedup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Fdedup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Fdedup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Fdedup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Fdedup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objectionary","download_url":"https://codeload.github.com/objectionary/dedup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209528,"owners_count":19927734,"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":["eolang","oop","optimization"],"created_at":"2024-11-12T12:19:51.934Z","updated_at":"2025-11-25T00:05:22.049Z","avatar_url":"https://github.com/objectionary.png","language":null,"readme":"\u003cimg alt=\"logo\" src=\"https://www.objectionary.com/cactus.svg\" height=\"100px\" /\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](http://www.rultor.com/b/objectionary/dedup)](http://www.rultor.com/p/objectionary/dedup)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![mvn](https://github.com/objectionary/dedup/actions/workflows/mvn.yml/badge.svg?branch=master)](https://github.com/objectionary/dedup/actions/workflows/mvn.yml)\n[![PDD status](http://www.0pdd.com/svg?name=objectionary/dedup)](http://www.0pdd.com/p?name=objectionary/dedup)\n[![codecov](https://codecov.io/gh/objectionary/dedup/branch/master/graph/badge.svg)](https://codecov.io/gh/objectionary/dedup)\n[![Maven Central](https://img.shields.io/maven-central/v/org.eolang/dedup.svg)](https://maven-badges.herokuapp.com/maven-central/org.eolang/dedup)\n[![Hits-of-Code](https://hitsofcode.com/github/objectionary/dedup)](https://hitsofcode.com/view/github/objectionary/dedup)\n![Lines of code](https://img.shields.io/tokei/lines/github/objectionary/dedup)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/objectionary/dedup/blob/master/LICENSE.txt)\n\nIt is a command-line tool that takes a directory with XMIR files and creates a new directory with modified XMIR files: two or more objects that are semantically equivalent are replaced with a single object.\n\nConsider the following EO program:\n\n```\nwhile.\n  x\n  [i]\n    stdout \u003e @\n      \"Hello!\\n\"\nif.\n  t.lt 0\n  []\n    stdout \u003e @\n      \"Hello!\\n\"\n  nop\n```\n\nThis code may be modified as such:\n\n```\n[i] \u003e a\n  stdout \u003e @\n    \"Hello!\\n\"\nwhile.\n  x\n  a\nif.\n  t.lt 0\n  a\n  nop\n```\n\n## How to Contribute\n\nFork repository, make changes, send us a pull request.\nWe will review your changes and apply them to the `master` branch shortly,\nprovided they don't violate our quality standards. To avoid frustration,\nbefore sending us your pull request please run full Maven build:\n\n```bash\n$ mvn clean install -Pqulice\n```\n\nYou will need Maven 3.3+ and Java 8+.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Fdedup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectionary%2Fdedup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Fdedup/lists"}