{"id":17975291,"url":"https://github.com/chris00/ocaml-csv","last_synced_at":"2025-04-04T20:05:50.080Z","repository":{"id":23447133,"uuid":"26810797","full_name":"Chris00/ocaml-csv","owner":"Chris00","description":"CSV library for OCaml","archived":false,"fork":false,"pushed_at":"2024-11-08T14:02:44.000Z","size":315,"stargazers_count":141,"open_issues_count":4,"forks_count":23,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T09:37:10.789Z","etag":null,"topics":["csv","database","ocaml","science"],"latest_commit_sha":null,"homepage":null,"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/Chris00.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-11-18T13:37:36.000Z","updated_at":"2025-03-28T20:52:39.000Z","dependencies_parsed_at":"2023-12-27T08:39:55.728Z","dependency_job_id":"5ec76962-3650-4e52-bfe5-b6aabb58ba62","html_url":"https://github.com/Chris00/ocaml-csv","commit_stats":{"total_commits":224,"total_committers":13,"mean_commits":17.23076923076923,"dds":0.0714285714285714,"last_synced_commit":"c94eb3d4c64737fd2bcfae0d465dcf64718bbc40"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Focaml-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Focaml-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Focaml-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Focaml-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chris00","download_url":"https://codeload.github.com/Chris00/ocaml-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242669,"owners_count":20907133,"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":["csv","database","ocaml","science"],"created_at":"2024-10-29T17:19:03.636Z","updated_at":"2025-04-04T20:05:50.063Z","avatar_url":"https://github.com/Chris00.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Chris00/ocaml-csv.svg?branch=master)](https://travis-ci.org/Chris00/ocaml-csv)\n\nOCaml CSV\n=========\n\nThe [comma-separated values](http://en.wikipedia.org/wiki/Comma-separated_values)\nformat — or CSV for short — is a simple tabular format supported by\nall major spreadsheets.  This library implements pure OCaml functions\nto read and write files in this format (including Excel extensions) as\nwell as some convenience functions to manipulate such data.\n\nCompile \u0026 install\n-----------------\n\nThe easiest way to install this library is to use [OPAM][]:\n\n    opam install csv\n\nfor the standard version and\n\n    opam install csv-lwt\n\nfor the LWT one.  If you prefer to compile and install by hand,\nmake sure you have [dune][] and run\n\n    dune build @install\n    dune install csv\n    dune install csv-lwt\n\nFor the command line manipulation utility, do\n\n    opam install csvtool\n\nor\n\n    dune install csvtool\n\n[OPAM]: https://opam.ocaml.org/\n[dune]: https://github.com/ocaml/dune\n\n\nUninstall\n---------\n\nWith OPAM:\n\n    opam remove csv\n    opam remove csv-lwt\n\topam remove csvtool\n\nManually (from the source directory):\n\n    dune uninstall csv\n    dune uninstall csv-lwt\n\tdune uninstall csvtool\n\n\nDocumentation\n-------------\n\nThe documentation for the `Csv` (resp. `Csv_lwt`) module can be\nfound [online](https://ocaml.org/p/csv/latest/doc/Csv/index.html)\n(resp. [here](https://ocaml.org/p/csv-lwt/latest/doc/Csv_lwt/index.html))\nor in\n[csv.mli](src/csv.mli) (resp. [csv_lwt.mli](lwt/csv_lwt.mli)).\n\nAlso see the [examples](examples/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris00%2Focaml-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris00%2Focaml-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris00%2Focaml-csv/lists"}