{"id":20883923,"url":"https://github.com/xguerin/bitstring","last_synced_at":"2025-05-12T18:31:20.028Z","repository":{"id":38359715,"uuid":"69264711","full_name":"xguerin/bitstring","owner":"xguerin","description":"OCaml Bitstring - bitstring matching for OCaml","archived":false,"fork":false,"pushed_at":"2024-03-27T07:51:09.000Z","size":5919,"stargazers_count":66,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T23:36:52.596Z","etag":null,"topics":["bitstring","ocaml"],"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-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xguerin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-26T15:33:59.000Z","updated_at":"2024-11-05T00:30:32.000Z","dependencies_parsed_at":"2022-08-25T02:41:51.392Z","dependency_job_id":null,"html_url":"https://github.com/xguerin/bitstring","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xguerin%2Fbitstring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xguerin%2Fbitstring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xguerin%2Fbitstring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xguerin%2Fbitstring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xguerin","download_url":"https://codeload.github.com/xguerin/bitstring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253798029,"owners_count":21965992,"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":["bitstring","ocaml"],"created_at":"2024-11-18T08:08:23.574Z","updated_at":"2025-05-12T18:31:19.658Z","avatar_url":"https://github.com/xguerin.png","language":"OCaml","readme":"# OCaml Bitstring Library\n\n[![Build Status](https://travis-ci.org/xguerin/bitstring.svg?branch=master)](https://travis-ci.org/xguerin/bitstring)\n```\nCopyright (C) 2008-2016 Red Hat Inc, Richard W.M. Jones.\nCopyright (C) 2016-2022 Red Hat Inc, Richard W.M. Jones, Xavier R. Guerin.\n```\nThe original `README` content can be found in the `README.orig` file.\n\n## Documentation\n\nThe documentation is located [here](https://bitstring.software).\n\n## How to install\n```\nopam install bitstring\nopam install ppx_bitstring\n```\n## How to use\n\n### Ocamlfind\n```\nocamlfind c -package bitstring -package ppx_bitstring -linkpkg ...\n```\n### Dune\n```lisp\n(executable\n ((name        foo)\n  (libraries   (bitstring))\n  (preprocess  (pps (ppx_bitstring)))\n  ))\n```\n## How to build\n\n### Dependencies\n\nRequired packages are detailed in the `dune-project` file.\n\n### Building the project\n```\n$ dune build\n```\n### Running the tests\n```\n$ dune runtest\n```\n## License\n\nThe library is licensed under the LGPL v2 or later, with the OCaml linking\nexception. See the file `COPYING.LIB` for full terms. Programs are licensed under\nthe GPL v2 or later. See the file `COPYING` for full terms. All examples and tests\nare public domain.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxguerin%2Fbitstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxguerin%2Fbitstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxguerin%2Fbitstring/lists"}