{"id":15061030,"url":"https://github.com/ocaml/ocamlbuild","last_synced_at":"2025-05-16T06:04:24.016Z","repository":{"id":2748251,"uuid":"47338127","full_name":"ocaml/ocamlbuild","owner":"ocaml","description":"The legacy OCamlbuild build manager","archived":false,"fork":false,"pushed_at":"2025-03-20T13:21:51.000Z","size":1361,"stargazers_count":129,"open_issues_count":102,"forks_count":82,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-09T01:46:58.346Z","etag":null,"topics":[],"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/ocaml.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changes","contributing":"CONTRIBUTING.adoc","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":"2015-12-03T14:43:57.000Z","updated_at":"2025-05-03T06:14:37.000Z","dependencies_parsed_at":"2023-12-20T16:31:04.002Z","dependency_job_id":"d4000c70-ff3a-4168-bd2f-67b267b8c02d","html_url":"https://github.com/ocaml/ocamlbuild","commit_stats":{"total_commits":657,"total_committers":55,"mean_commits":"11.945454545454545","dds":0.5920852359208524,"last_synced_commit":"fe33f0155baeec6b9f7bd8c21c581ef0ee75237b"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Focamlbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Focamlbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Focamlbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Focamlbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocaml","download_url":"https://codeload.github.com/ocaml/ocamlbuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478186,"owners_count":22077675,"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-09-24T23:08:28.500Z","updated_at":"2025-05-16T06:04:23.995Z","avatar_url":"https://github.com/ocaml.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCamlbuild #\n[![build](https://github.com/ocaml/ocamlbuild/actions/workflows/build.yml/badge.svg)](https://github.com/ocaml/ocamlbuild/actions/workflows/build.yml)\n\nOCamlbuild is a generic build tool, that has built-in rules for\nbuilding OCaml library and programs.\n\nIn recent years, the OCaml community has converged towards a more\nrecent and faster build tool:\n[Dune](https://github.com/ocaml/dune). If you are choosing a build\nsystem, you should probably use Dune instead. (Between January and\nJune 2019, 77 new OCaml packages using ocamlbuild were publicly\nreleased, versus 544 packages using dune.)\n\nYour should refer to the [OCambuild\nmanual](https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc)\nfor more informations on how to use ocamlbuild.\n\n## Automatic Installation ##\n\nWith [opam](https://opam.ocaml.org/):\n\n```\nopam install ocamlbuild\n```\n\nIf you are testing a not yet released version of OCaml, you may need\nto use the development version of OCamlbuild. With opam:\n\n```\nopam pin add ocamlbuild --kind=git \"https://github.com/ocaml/ocamlbuild.git#master\"\n```\n\n## Compilation from source ##\n\nWe assume GNU make, which may be named `gmake` on your system.\n\n1. Configure.\n```\nmake configure\n```\n\nThe installation location is determined by the installation location\nof the ocaml compiler. You can set the following configuration\nvariables (`make configure VAR=foo`):\n\n- `OCAMLBUILD_{PREFIX,BINDIR,LIBDIR}` will use opam or\n  ocaml/ocamlfind's settings by default; see `configure.make` for the\n  precise initialization logic.\n\n- `OCAML_NATIVE`: should be `true` if native compilation is available\n  on your machine, `false` otherwise\n\n2. Compile the sources.\n```\nmake\n```\n\n3. Install.\n```\nmake install\n```\n\nYou can also clean the compilation results with `make clean`, and\nuninstall a manually-installed OCamlbuild with `make uninstall`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml%2Focamlbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focaml%2Focamlbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml%2Focamlbuild/lists"}