{"id":13726100,"url":"https://github.com/ocaml-community/calendar","last_synced_at":"2025-06-23T06:42:35.285Z","repository":{"id":35993590,"uuid":"149765535","full_name":"ocaml-community/calendar","owner":"ocaml-community","description":"OCaml library for handling dates and times.","archived":false,"fork":false,"pushed_at":"2022-10-11T15:45:04.000Z","size":545,"stargazers_count":42,"open_issues_count":21,"forks_count":9,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-07T21:38:50.679Z","etag":null,"topics":["calendar-api","ocaml","ocaml-library"],"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-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-09-21T13:12:25.000Z","updated_at":"2024-11-04T23:46:55.000Z","dependencies_parsed_at":"2023-01-16T11:21:03.551Z","dependency_job_id":null,"html_url":"https://github.com/ocaml-community/calendar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ocaml-community/calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml-community%2Fcalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml-community%2Fcalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml-community%2Fcalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml-community%2Fcalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocaml-community","download_url":"https://codeload.github.com/ocaml-community/calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml-community%2Fcalendar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261430859,"owners_count":23157164,"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":["calendar-api","ocaml","ocaml-library"],"created_at":"2024-08-03T01:02:52.614Z","updated_at":"2025-06-23T06:42:30.269Z","avatar_url":"https://github.com/ocaml-community.png","language":"OCaml","funding_links":[],"categories":["OCaml"],"sub_categories":[],"readme":"# Calendar\n\nA calendar library for OCaml. [API documentation](https://ocaml-community.github.io/calendar/calendar/CalendarLib/index.html)\n\n[![Travis build Status](https://travis-ci.org/ocaml-community/calendar.svg?branch=3.x)](https://travis-ci.org/ocaml-community/calendar)\n\n1. [Introduction](#1--introduction)\n2. [Contents](#2--contents)\n3. [Copyright](#3--copyright)\n4. [Installation](#4--installation)\n5. [How to use](#5--how-to-use)\n6. [Documentation](#6--documentation)\n7. [Makefile](#7--makefile)\n8. [Contact the developers](#8--contact-the-developers)\n\n## 1- Introduction\n\nThe Calendar library provides types and operations over dates and times.\nThis library requires OCaml 4.03.0 or higher.\nOlder OCaml versions are unsupported.\n\n## 2- Contents\n\n- `CHANGES`      Information about the last changes\n- `COPYING`      Information about copyright\n- `LGPL`      Information about LGPL\n- `README.md`      This file\n- `calendar_faq.txt`  FAQ frow which some algorithms come\n- `doc`      HTML documentation of the API\n- `src`      Source files directory\n- `_build/default/`      Directory containing the built library\n- `tests`      Test files directory\n- `utils`      Some utilities\n\n## 3- Copyright\n\nThis program is distributed under the GNU LGPL 2.1.\nSee the enclosed file COPYING for more details.\n\n## 4- Installation\n\nEasiest way is `opam install calendar`.\n\nTo manually install the library, you first need to install `dune` and `re`.\nThen:\n\n```\n$ dune build @install\n$ dune install\n```\n\nYou can remove files installed with :\n\n`dune uninstall`\n\n## 5- How to use\n\nUse the `calendar` library using ocamlfind. In dune, it means having\nan entry `(libraries calendar)`.\n\n## 6- Documentation\n\nThe doc directory contains an html documentation of the .mli files.\nThis documentation is available online at http://calendar.forge.ocamlcore.org/doc/\n\n## 7- Makefile\n\nA description of some Makefile entries follows :\n\n- `make test` will execute some tests. You'll need [alcotest](https://github.com/mirage/alcotest).\n\n  To run only some tests: `dune exec ./tests/test.exe test time` (for example)\n\n- `make doc` to produce the documentation of the API. You need [odoc](https://github.com/ocaml/odoc)\n\n## 8- Contact the developers\n\nYou can report bugs at https://github.com/ocaml-community/calendar/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml-community%2Fcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focaml-community%2Fcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml-community%2Fcalendar/lists"}