{"id":22535848,"url":"https://github.com/ik5/go_libhdate","last_synced_at":"2025-03-28T06:21:46.653Z","repository":{"id":21798443,"uuid":"25120978","full_name":"ik5/go_libhdate","owner":"ik5","description":"Binding of libhdate to go","archived":false,"fork":false,"pushed_at":"2014-10-16T09:50:28.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T07:14:12.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ik5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-12T14:03:51.000Z","updated_at":"2014-10-12T14:04:12.000Z","dependencies_parsed_at":"2022-08-19T22:02:28.025Z","dependency_job_id":null,"html_url":"https://github.com/ik5/go_libhdate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Fgo_libhdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Fgo_libhdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Fgo_libhdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Fgo_libhdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ik5","download_url":"https://codeload.github.com/ik5/go_libhdate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245979201,"owners_count":20703890,"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-12-07T10:08:43.562Z","updated_at":"2025-03-28T06:21:46.632Z","avatar_url":"https://github.com/ik5.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"hdate\n=====\nThe following Go package is a binding for the C library named libhdate in Go.\n\nIn order to use stable version, please use the stable/xxx branches.\n\nThe branches of devel/xxx and master are always unstable.\n\nExample\n-------\nI have provided an example file (At the moment, it does not calculate time\nproperly).\n\nTo install the package:\n\n    $ go get github.com/ik5/go_libhdate\n\nA mirror could be found at bitbacket:\n\n    $ go get bitbucket.org/ik_5/go_libhdate\n\n\nSimple usage:\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n        \"github.com/ik5/go_libhdate\"\n)\n\nfunc main() {\n     h := hdate.Init()\n     defer h.Destruct()\n\n     // Gregorian date\n     fmt.Println(\"Today is:\")\n     fmt.Printf(\"%d, %d, %d\\n\", h.Get_GDay(), h.Get_GMonth(), h.Get_GYear())\n\n     // print hebrew date: 0 - israely holidays, 0 - long format\n     fmt.Printf(\"%s\\n\\n\", h.Get_Format_Date(0, 0))\n}\n```\n\n\nLicense\n-------\nThe following package is provided as LGPL v3. libhdate is GPLi v3.\n\n    Copyright (C) 2014  Ido Kanner \u003cidokan at@at gmail dot.dot com\u003e\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Lesser General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Lesser General Public License for more details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Fgo_libhdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fik5%2Fgo_libhdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Fgo_libhdate/lists"}