{"id":18422482,"url":"https://github.com/sri-csl/libpoly_ocaml_bindings","last_synced_at":"2025-04-13T12:57:26.456Z","repository":{"id":137662337,"uuid":"448720876","full_name":"SRI-CSL/libpoly_ocaml_bindings","owner":"SRI-CSL","description":"OCaml bindings for libpoly","archived":false,"fork":false,"pushed_at":"2023-12-09T02:55:39.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-13T12:57:22.192Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SRI-CSL.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-01-17T01:42:52.000Z","updated_at":"2024-08-23T20:52:34.000Z","dependencies_parsed_at":"2024-11-06T04:32:09.724Z","dependency_job_id":"d5208be4-09d2-4142-88ce-424145694c3c","html_url":"https://github.com/SRI-CSL/libpoly_ocaml_bindings","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Flibpoly_ocaml_bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Flibpoly_ocaml_bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Flibpoly_ocaml_bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Flibpoly_ocaml_bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SRI-CSL","download_url":"https://codeload.github.com/SRI-CSL/libpoly_ocaml_bindings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717275,"owners_count":21150389,"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":"2024-11-06T04:30:23.315Z","updated_at":"2025-04-13T12:57:26.425Z","avatar_url":"https://github.com/SRI-CSL.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n# OCaml bindings for libpoly\n\nThis repository provides an ocaml library containing bindings for libpoly ([http://sri-csl.github.io/libpoly/](http://sri-csl.github.io/libpoly/)).\n\n## Building and Installing From Source\n\nMake sure you have gmp.\n\n#### Using opam (needs 2.0 or higher)\n\nIn the directory of this `README.md`, build and install (in findlib) with the following command:\n\n```\nopam install .\n```\nThis expects the libpoly library to be present in the relevant paths (e.g. `/usr/local/lib`), and likewise for its header files (e.g. `/usr/local/include`). If for some reason they are not in the usual paths, you can specify the paths by setting \nthe environment variables `LDFLAGS` and `C_INCLUDE_PATH`, e.g.:\n\n```\nexport LDFLAGS=\"-L[UNCONVENTIONAL_PATH]\"\nexport C_INCLUDE_PATH=\"[UNCONVENTIONAL_PATH]\"\n```\n\n#### Without opam\n\nBesides libpoly, the bindings need some OCaml dependencies, that are listed in `libpoly_bindings.opam`. These are the findlib libraries that are / would be installed by opam, and that you can still install automatically with\n\n```\nopam install . --deps-only\n```\n\nTo build, run the following command:\n```\nmake\n```\nin the directory of this `README.md`.\n\nTo install (in findlib), run the following command:\n```\nmake install\n```\n\nYou can also use `make reinstall` and `make clean`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Flibpoly_ocaml_bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsri-csl%2Flibpoly_ocaml_bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Flibpoly_ocaml_bindings/lists"}