{"id":15724299,"url":"https://github.com/cedlemo/ocaml-libmpdclient","last_synced_at":"2025-05-13T04:29:49.652Z","repository":{"id":144939708,"uuid":"76198446","full_name":"cedlemo/OCaml-libmpdclient","owner":"cedlemo","description":"mpd client library implementation in OCaml.","archived":false,"fork":false,"pushed_at":"2023-06-23T09:40:09.000Z","size":32035,"stargazers_count":15,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-20T22:32:45.475Z","etag":null,"topics":["mpd","mpd-client","ocaml","ocaml-libmpdclient"],"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-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedlemo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-11T20:36:22.000Z","updated_at":"2020-09-16T17:08:35.000Z","dependencies_parsed_at":"2024-10-24T21:54:08.453Z","dependency_job_id":null,"html_url":"https://github.com/cedlemo/OCaml-libmpdclient","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/cedlemo%2FOCaml-libmpdclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2FOCaml-libmpdclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2FOCaml-libmpdclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedlemo%2FOCaml-libmpdclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedlemo","download_url":"https://codeload.github.com/cedlemo/OCaml-libmpdclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253876001,"owners_count":21977544,"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":["mpd","mpd-client","ocaml","ocaml-libmpdclient"],"created_at":"2024-10-03T22:16:02.680Z","updated_at":"2025-05-13T04:29:49.623Z","avatar_url":"https://github.com/cedlemo.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/cedlemo/OCaml-libmpdclient.svg?branch=master)](https://travis-ci.org/cedlemo/OCaml-libmpdclient)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub issues](https://img.shields.io/github/issues/cedlemo/OCaml-libmpdclient.svg)](https://github.com/cedlemo/OCaml-libmpdclient/issues)\n[![GitHub stars](https://img.shields.io/github/stars/cedlemo/OCaml-libmpdclient.svg)](https://github.com/cedlemo/OCaml-libmpdclient/stargazers)\n\n# OCaml-libmpdclient\n\nThis is an attempt to write a library in order to access to the mpd server.\nThis lib is based on the mpd protocol ([specifications](https://www.musicpd.org/doc/protocol/)).\n\nExecutables that illustrate the usage of OCaml-libmpdclient can be\nfound in the bin and samples directories of this repository.\n\n## Progress :\n\n*  Querying MPD's status     (*done*)\n*  Controlling playback\t     (*done*)\n*  Playback options\t     (*done*)\n*  The current playlist\t     (*done*)\n*  Stored playlists          (*done*)\n*  The music database        (*done*)\n*  Mounts and neighbors      (*to do*)\n*  Stickers                  (*to do*)\n*  Connection settings       (*to do*)\n*  Partition commands        (*to do*)\n*  Audio output devices      (*to do*)\n*  Reflection                (*to do*)\n*  Client to client          (*to do*)\n\n### API :\n\n*  https://cedlemo.github.io/OCaml-libmpdclient/\n\n\n## Install\n\n### Dune\n\n    dune build\n    dune build samples/mpd_status_query.exe\n    dune runtest\n    dune clean\n\n### Test sample :\n\n    ./try_mpd_queries.native \"play\"\n    received: OK MPD 0.19.0\n\n    received: OK\n    ./try_mpd_queries.native \"stop\"\n    received: OK MPD 0.19.0\n\n    received: OK\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedlemo%2Focaml-libmpdclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedlemo%2Focaml-libmpdclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedlemo%2Focaml-libmpdclient/lists"}