{"id":34715090,"url":"https://github.com/agroudiev/ocaml-cas","last_synced_at":"2026-05-27T19:31:37.698Z","repository":{"id":56908839,"uuid":"526277540","full_name":"agroudiev/OCaml-CAS","owner":"agroudiev","description":"A basic Computer Algebra System (CAS) made in OCaml","archived":false,"fork":false,"pushed_at":"2023-05-13T17:04:34.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T04:52:24.622Z","etag":null,"topics":["cas","computer-algebra-system","ocaml"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agroudiev.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":"2022-08-18T15:53:03.000Z","updated_at":"2023-07-16T19:55:21.000Z","dependencies_parsed_at":"2024-11-12T18:40:04.420Z","dependency_job_id":null,"html_url":"https://github.com/agroudiev/OCaml-CAS","commit_stats":null,"previous_names":["agroudiev/ocaml-cas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agroudiev/OCaml-CAS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FOCaml-CAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FOCaml-CAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FOCaml-CAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FOCaml-CAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agroudiev","download_url":"https://codeload.github.com/agroudiev/OCaml-CAS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agroudiev%2FOCaml-CAS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33581549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["cas","computer-algebra-system","ocaml"],"created_at":"2025-12-25T00:55:38.672Z","updated_at":"2026-05-27T19:31:37.693Z","avatar_url":"https://github.com/agroudiev.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCaml-CAS\nA basic Computer Algebra System (CAS) made in OCaml\n\n## Features\n- Various expressions\n- Basic function: exponential, natural logarithm, sinus, cosinus, tangent, arctan, ...\n- Expression validity checker\n- Print expressions (soon in LaTeX format)\n- Simplification function\n- Derivative function supporting every expression implemented in the CAS\n\n## Installation\nEnable `opam` commands in command line with:\n```\neval $(opam config env) \n```\n(you can also add it in the PATH permanently)\n\nOnce in the `OCaml_CAS` folder, see if the program compiles with:\n```\ndune build\n```\n\nRun it with:\n```\ndune exec ./bin/main.exe\n```\n\n## Files\n- `bin/expression.ml`: basic expression type and checker\n- `bin/calculus.ml`: derivation and simplification\n- `bin/main.ml`: tests\n- `bin/output.ml`: function to print expressions\n\n## License\nThis work is licensed under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagroudiev%2Focaml-cas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagroudiev%2Focaml-cas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagroudiev%2Focaml-cas/lists"}