{"id":19510097,"url":"https://github.com/frege/frege-hoogle-database","last_synced_at":"2025-08-17T20:07:05.922Z","repository":{"id":148948619,"uuid":"135655970","full_name":"Frege/frege-hoogle-database","owner":"Frege","description":"Hoogle database for Frege","archived":false,"fork":false,"pushed_at":"2018-06-03T03:43:31.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-06T08:05:59.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frege.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-01T02:08:01.000Z","updated_at":"2024-10-07T02:26:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fdd2fb1-c117-4575-8c04-8e906e1b43b8","html_url":"https://github.com/Frege/frege-hoogle-database","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Frege/frege-hoogle-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-hoogle-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-hoogle-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-hoogle-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-hoogle-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frege","download_url":"https://codeload.github.com/Frege/frege-hoogle-database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frege%2Ffrege-hoogle-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899578,"owners_count":24664720,"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-17T02:00:09.016Z","response_time":129,"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":"2024-11-10T23:14:33.201Z","updated_at":"2025-08-17T20:07:05.877Z","avatar_url":"https://github.com/Frege.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hoogle database for Frege\nGenerate [hoogle](https://hoogle.haskell.org:8444/) database for Frege from Frege documentation website.\n\n### Generate and deploy hoogle database for Frege\n1. Get frege-hoogle-database jar from [here](https://github.com/Frege/frege-hoogle-database/releases)\n1. Get frege jar from [here](https://github.com/Frege/frege/releases)\n1. Run\n    ```\n    java -cp path/to/frege-hoogle-database-\u003cversion\u003e.jar:/path/to/frege\u003cversion\u003e.jar frege.hoogledatabase.Main\n    ```\n    This would produce a hoogle text database file named `frege-hoogle-database.txt` in the current directory.\n    Run with `--help` to see available options.\n1. The text database file can be uploaded to [Frege online REPL](http://try.frege-lang.org/hoogle-frege.txt)\nby sending a pull request with that file [here](https://github.com/Frege/try-frege/tree/master/try-frege-web/src/main/webapp).\n1. Hoogle instance for Frege running [here](https://hoogle.haskell.org:8444/) will be refreshed with the new database within a day.\n\n### To run Hoogle for Frege locally\n1. Install [hoogle](https://github.com/ndmitchell/hoogle)\n1. Run the following command to convert text database file generated with steps above to binary database:\n    ```\n    hoogle generate --local=/path/to/directory_containing_frege_hoogle_database_txt --database=frege.hoo\n    ```\n    This would produce a binary database file called `frege.hoo` in the current directory\n1. Then start hoogle server\n    ```\n    hoogle server -p 9000 --database=frege.hoo\n    ```\n    Hoogle Server will be running at [http://localhost:9000/](http://localhost:9000/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrege%2Ffrege-hoogle-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrege%2Ffrege-hoogle-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrege%2Ffrege-hoogle-database/lists"}