{"id":32187582,"url":"https://github.com/parkerdgabel/fermat","last_synced_at":"2025-10-22T00:10:16.701Z","repository":{"id":62432642,"uuid":"134477645","full_name":"parkerdgabel/fermat","owner":"parkerdgabel","description":"Fermat is a simple, native number theory library for Clojurescript.","archived":false,"fork":false,"pushed_at":"2018-10-11T02:38:44.000Z","size":1762,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T00:07:59.600Z","etag":null,"topics":["clojurescript","fermat","number","number-theory","numerical-analysis","numerical-methods","repl"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/parkerdgabel.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}},"created_at":"2018-05-22T21:25:00.000Z","updated_at":"2018-05-30T01:00:35.000Z","dependencies_parsed_at":"2022-11-01T21:16:08.723Z","dependency_job_id":null,"html_url":"https://github.com/parkerdgabel/fermat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/parkerdgabel/fermat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parkerdgabel%2Ffermat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parkerdgabel%2Ffermat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parkerdgabel%2Ffermat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parkerdgabel%2Ffermat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parkerdgabel","download_url":"https://codeload.github.com/parkerdgabel/fermat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parkerdgabel%2Ffermat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280354920,"owners_count":26316568,"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-10-21T02:00:06.614Z","response_time":58,"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":["clojurescript","fermat","number","number-theory","numerical-analysis","numerical-methods","repl"],"created_at":"2025-10-22T00:06:41.639Z","updated_at":"2025-10-22T00:10:16.696Z","avatar_url":"https://github.com/parkerdgabel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fermat\n\nFermat is a powerful native number theory library for Clojurescript.\n\n## Overview\n\nFermat is a native nuber theory library for Clojurescript. Fermat is currently under production \nbut the functions it can do now are:\n* Modular arithmatic (i.e. Modular Exponentiation, Modular Inverse, Chinese Remaineder Theorem)\n* Primality testing and generation.\n* Factorization.\nPlanned additions include:\n* Discrete logrithms. \n\n## Setup\nPut this into your projects.clj dependencies.\n```\n[fermat \"0.1.0\"]\n```\nTo get an interactive development environment run:\n\n    lein figwheel\n\nand open your browser at [localhost:3449](http://localhost:3449/).\nThis will auto compile and send all changes to the browser without the\nneed to reload. After the compilation process is complete, you will\nget a Browser Connected REPL. An easy way to try it is:\n\n    (js/alert \"Am I connected?\")\n\nand you should see an alert in the browser window.\n\nTo clean all compiled files:\n\n    lein clean\n\nTo create a production build run:\n\n    lein do clean, cljsbuild once min\n\nAnd open your browser in `resources/public/index.html`. You will not\nget live reloading, nor a REPL. \n\n## License\n\nCopyright © 2014 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n# fermat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparkerdgabel%2Ffermat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparkerdgabel%2Ffermat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparkerdgabel%2Ffermat/lists"}