{"id":27707723,"url":"https://github.com/mununki/rescriptdep","last_synced_at":"2025-04-26T07:57:42.213Z","repository":{"id":284794274,"uuid":"952693261","full_name":"mununki/rescriptdep","owner":"mununki","description":"A dependency analyzer for ReScript modules","archived":false,"fork":false,"pushed_at":"2025-04-25T06:20:31.000Z","size":1159,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T07:27:58.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/mununki.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2025-03-21T17:59:55.000Z","updated_at":"2025-04-25T06:20:35.000Z","dependencies_parsed_at":"2025-04-14T01:28:06.228Z","dependency_job_id":"efdf2bce-a54e-4a7e-90d9-a863807310c7","html_url":"https://github.com/mununki/rescriptdep","commit_stats":null,"previous_names":["mununki/rescriptdep"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mununki%2Frescriptdep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mununki%2Frescriptdep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mununki%2Frescriptdep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mununki%2Frescriptdep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mununki","download_url":"https://codeload.github.com/mununki/rescriptdep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250955398,"owners_count":21513499,"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":"2025-04-26T07:57:41.661Z","updated_at":"2025-04-26T07:57:42.208Z","avatar_url":"https://github.com/mununki.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReScriptDep\n\nA dependency analyzer for ReScript modules.\n\n## Introduction\n\nReScriptDep is a tool for analyzing dependencies between ReScript modules. It uses cmt files to identify module dependencies and can visualize them or output them in JSON format.\n\n## Installation\n\n```bash\n# Install via opam\nopam install rescriptdep\n```\n\n### Building with Static Linking (Linux)\n\nTo build rescriptdep with static linking on Linux, which creates a standalone executable without external dependencies:\n\n```bash\n# Build the project using the static profile\ndune build --profile static\n\n# This will generate a statically linked executable for Linux environments\n```\n\n## Usage\n\n```bash\n# Basic usage\nrescriptdep [options] files_or_dirs\n\n# Options\n# -o, --output \u003cfile\u003e         : Output file (default: stdout)\n# -f, --format \u003cformat\u003e       : Output format (dot, json)\n# -m, --module \u003cname\u003e         : Focus on specific module and its dependencies\n# -v, --verbose               : Enable verbose output\n# -b, --benchmark             : Enable performance benchmarking\n# --no-cache                  : Skip using cache\n# --clear-cache               : Clear the cache before analyzing\n# -nd, --no-dependents        : Find modules that have no dependents (not imported by any other modules)\n# -vb, --value-binding \u003cname\u003e : Count usage of a value binding (by name) across the project (in the module itself and all dependents; requires -m)\n# -vl, --value-line \u003cline\u003e    : Line number of the value binding (1-based, for disambiguation when multiple bindings have the same name; use with -vb)\n```\n\n## Development\n\nFor detailed information about building the project, running tests, and contributing, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n### Quick Start for Development\n\n```bash\n# Build the project\ndune build\n\n# Run all tests\ndune runtest\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmununki%2Frescriptdep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmununki%2Frescriptdep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmununki%2Frescriptdep/lists"}