{"id":17196643,"url":"https://github.com/kgilmer/vala-libfuse-helloworld-sample","last_synced_at":"2026-01-05T23:01:46.843Z","repository":{"id":138439161,"uuid":"226559188","full_name":"kgilmer/vala-libfuse-helloworld-sample","owner":"kgilmer","description":"A simplified Vala translation of the libfuse helloworld example.","archived":false,"fork":false,"pushed_at":"2019-12-07T18:49:28.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T07:30:02.807Z","etag":null,"topics":["example","libfuse","vala"],"latest_commit_sha":null,"homepage":null,"language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kgilmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-12-07T18:35:31.000Z","updated_at":"2020-01-16T17:05:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"85d6f131-a84e-48e2-a30b-e28b7ffa15ac","html_url":"https://github.com/kgilmer/vala-libfuse-helloworld-sample","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/kgilmer%2Fvala-libfuse-helloworld-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgilmer%2Fvala-libfuse-helloworld-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgilmer%2Fvala-libfuse-helloworld-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgilmer%2Fvala-libfuse-helloworld-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgilmer","download_url":"https://codeload.github.com/kgilmer/vala-libfuse-helloworld-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245423253,"owners_count":20612749,"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":["example","libfuse","vala"],"created_at":"2024-10-15T01:53:48.486Z","updated_at":"2026-01-05T23:01:41.823Z","avatar_url":"https://github.com/kgilmer.png","language":"Vala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vala libfuse helloworld sample\n\nThis is a simplified direct translation of the \"hello world\" [libfuse example in C](https://github.com/libfuse/libfuse/blob/master/example/hello.c).  It does not allow for the filename nor contents to be provided on the command-line at invocation time, otherwise it should be equivelent.  \n\n# Build\n\n## Prerequisites\n\n* Meson\n* Ninja\n* libfuse\n* valac\n\n## Build\n\n```bash\n$ meson build\n$ cd build\n$ ninja\n```\n## Run\n\n```bash\n$ sudo mkdir /tmp/fuse-test\n$ sudo chown \u003cusername\u003e /mnt/fuse-test\n$ ./src/fuse-example /mnt/fuse-test\n```\n\n## Test\n\n```bash\n$ ls /mnt/fuse-test/\nhello\n$ cat /mnt/fuse-test/hello\nHello World!\n```\n\n# Notes\n\nSpecial thanks to Guillaume Poirier-Morency for help with setting C symbols via Meson.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgilmer%2Fvala-libfuse-helloworld-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgilmer%2Fvala-libfuse-helloworld-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgilmer%2Fvala-libfuse-helloworld-sample/lists"}