{"id":26731750,"url":"https://github.com/3noch/libget-hs","last_synced_at":"2025-08-30T07:03:28.627Z","repository":{"id":141673474,"uuid":"43822242","full_name":"3noch/libget-hs","owner":"3noch","description":"An attempt at an extremely high-level package manager for just about anything","archived":false,"fork":false,"pushed_at":"2015-07-21T18:22:36.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T07:01:58.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CovenantEyes/libget-hs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3noch.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}},"created_at":"2015-10-07T14:40:43.000Z","updated_at":"2015-10-07T14:40:44.000Z","dependencies_parsed_at":"2023-03-13T03:01:36.357Z","dependency_job_id":null,"html_url":"https://github.com/3noch/libget-hs","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/3noch/libget-hs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Flibget-hs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Flibget-hs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Flibget-hs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Flibget-hs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3noch","download_url":"https://codeload.github.com/3noch/libget-hs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Flibget-hs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815836,"owners_count":24997662,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2025-03-28T00:37:56.374Z","updated_at":"2025-08-30T07:03:28.602Z","avatar_url":"https://github.com/3noch.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"libget\r\n======\r\n\r\nAn extremely high-level package manager for just about anything\r\n\r\n\r\nUsage\r\n-----\r\n\r\n```bash\r\n$ libget --help\r\n```\r\n\r\nSee `sample.json` for a sample dependency specification for your project.\r\n\r\nCurrently, `libget` only supports copying files from a base package path where\r\neach dependency has a directory with its name and subdirectories for each version.\r\n\r\nFor example, if you have a dependency specification in `spec.json`:\r\n\r\n```json\r\n{\r\n  \"version\": \"1\",\r\n  \"dependencies\": {\r\n    \"lib/openssl\": { \"name\": \"openssl\", \"version\": \"1.0\" }\r\n  }\r\n}\r\n```\r\n\r\nthen you must have a directory somewhere like this `/packages/openssl/1.0`.\r\n\r\nYou can install from this package source like this\r\n\r\n```bash\r\n$ cat spec.json | libget \"/packages\"\r\n```\r\n\r\nwhich will put the `openssl` dependency in `./lib/openssl`.\r\n\r\n### Multiple Package Sources\r\n\r\nYou can do something like this to try different package sources in order:\r\n\r\n```bash\r\n$ libget \"/local/packages\" \"/remote/packages\" \"/really/remote/packages\" -f spec.json \r\n```\r\n\r\nIf a package cannot be found in `/local/packages` then `libget` will check\r\n`/remote/packages`, and so on.\r\n\r\nBuilding\r\n--------\r\n\r\nYou must have\r\n\r\n  * [Glasgow Haskell Compiler](http://www.haskell.org/ghc/)\r\n  * [Cabal](http://www.haskell.org/cabal/) (which comes with the [Haskell Platform](http://www.haskell.org/platform/))\r\n\r\nThen you can\r\n\r\n```bash\r\n$ cd libget\r\n$ cabal install\r\n```\r\n\r\n\r\nLicense\r\n-------\r\n\r\nCopyright \u0026copy; Covenant Eyes 2014\r\n\r\nThis package is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php)\r\n(see `LICENSE`).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Flibget-hs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3noch%2Flibget-hs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Flibget-hs/lists"}