{"id":15687294,"url":"https://github.com/hannesm/logs-syslog","last_synced_at":"2025-08-13T17:11:26.435Z","repository":{"id":56025984,"uuid":"70996107","full_name":"hannesm/logs-syslog","owner":"hannesm","description":"Emit Logs via syslog","archived":false,"fork":false,"pushed_at":"2025-02-10T14:29:41.000Z","size":812,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-04T07:45:08.546Z","etag":null,"topics":["logging","mirageos","ocaml","syslog","tls"],"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/hannesm.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,"zenodo":null}},"created_at":"2016-10-15T15:28:34.000Z","updated_at":"2025-02-10T14:29:33.000Z","dependencies_parsed_at":"2024-08-28T11:33:24.809Z","dependency_job_id":"dc3b270e-6254-4824-a6c2-20991b4f3ad2","html_url":"https://github.com/hannesm/logs-syslog","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/hannesm/logs-syslog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesm%2Flogs-syslog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesm%2Flogs-syslog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesm%2Flogs-syslog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesm%2Flogs-syslog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hannesm","download_url":"https://codeload.github.com/hannesm/logs-syslog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesm%2Flogs-syslog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270278396,"owners_count":24557179,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["logging","mirageos","ocaml","syslog","tls"],"created_at":"2024-10-03T17:46:44.829Z","updated_at":"2025-08-13T17:11:26.365Z","avatar_url":"https://github.com/hannesm.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Logs-syslog - Logs output via syslog\n%%VERSION%%\n\nThis library provides log reporters using syslog over various transports (UDP,\nTCP, TLS) with various effectful layers: Unix, Lwt, MirageOS.  It integrates the\n[Logs](http://erratique.ch/software/logs) library, which provides logging\ninfrastructure for OCaml, with the\n[syslog-message](http://verbosemo.de/syslog-message/) library, which provides\nencoding and decoding of syslog messages ([RFC\n3164](https://tools.ietf.org/html/rfc3164)).\n\nSix ocamlfind libraries are provided: the bare `Logs-syslog`, a minimal\ndependency Unix `Logs-syslog-unix`, a Lwt one `Logs-syslog-lwt`, another one\nwith Lwt and TLS ([RFC 5425](https://tools.ietf.org/html/rfc5425)) support\n`Logs-syslog-lwt-tls`, a MirageOS one `Logs-syslog-mirage`, and a MirageOS one\nusing TLS `Logs-syslog-mirage-tls`.\n\nSince MirageOS3, [syslog is well integrated](http://docs.mirage.io/mirage/Mirage/index.html#type-syslog_config):\n\n```\nlet logger =\n  syslog_udp\n    (syslog_config ~truncate:1484 \"nqsb.io\" (Ipaddr.V4.of_string_exn \"192.168.0.1\"))\n    net\n...\n  register \"myunikernel\" [\n    foreign\n      ~deps:[abstract logger]\n```\n\n\n## Documentation\n\n[![Build Status](https://travis-ci.org/hannesm/logs-syslog.svg?branch=master)](https://travis-ci.org/hannesm/logs-syslog)\n\n[API documentation](https://hannesm.github.io/logs-syslog/doc/) is available online.\n\n## Installation\n\nThis is targeting other libraries (apart from syslog-message) which are released to opam-repository.\n\n```\nopam pin add syslog-message --dev-repo\nopam pin add logs-syslog https://github.com/hannesm/logs-syslog.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannesm%2Flogs-syslog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhannesm%2Flogs-syslog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannesm%2Flogs-syslog/lists"}