{"id":13897518,"url":"https://github.com/ColumPaget/libUseful-lua","last_synced_at":"2025-07-17T14:32:04.168Z","repository":{"id":52635143,"uuid":"110952761","full_name":"ColumPaget/libUseful-lua","owner":"ColumPaget","description":"lua bindings for libUseful","archived":false,"fork":false,"pushed_at":"2024-03-18T19:20:47.000Z","size":695,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-07T18:43:48.901Z","etag":null,"topics":["library","lua"],"latest_commit_sha":null,"homepage":null,"language":"Roff","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/ColumPaget.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}},"created_at":"2017-11-16T09:42:32.000Z","updated_at":"2023-02-19T19:40:07.000Z","dependencies_parsed_at":"2024-01-20T22:31:21.901Z","dependency_job_id":"5b0c2b50-4d57-4864-81f5-29f6c65c5944","html_url":"https://github.com/ColumPaget/libUseful-lua","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColumPaget%2FlibUseful-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColumPaget%2FlibUseful-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColumPaget%2FlibUseful-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColumPaget%2FlibUseful-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColumPaget","download_url":"https://codeload.github.com/ColumPaget/libUseful-lua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226270782,"owners_count":17598076,"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":["library","lua"],"created_at":"2024-08-06T18:03:39.636Z","updated_at":"2024-11-25T03:31:32.896Z","avatar_url":"https://github.com/ColumPaget.png","language":"Roff","funding_links":[],"categories":["Roff"],"sub_categories":[],"readme":"libUseful-lua is a collection of lua modules that provide function bindings for the libUseful library, and also for a number of standard Posix functions. The aim is to provide a framework for linux system programming in lua. libUseful-lua provides methods and objects for file access, TCP/IP networking, terminal control, hash functions, syslog logging,  mounting and unmounting filesystems, and much else. \n\nlibUseful-lua requires at least libUseful-3.2 to be installed on a system. You can get it from\n\nhttps://github.com/ColumPaget/libUseful\n\nBuilding the modules requires SWIG: http://www.swig.org. Once they're built you can install them on systems without SWIG, SWIG is only needed for compiling libUseful-lua\n\n\nif libUseful and swig are installed then compiling libUseful-lua should be as simple as\n\n\t./configure --with-lua-includes=/usr/include/lua --with-lua-lib=/usr/lib/ --with-lua-modules=/usr/lib/lua/5.3\n\tmake \n\tmake install\n\n\nThe options to configure will need to be set as appropirate for your system. The configure script will try to guess the --with-lua-includes and --with-lua-lib values if they are not supplied, however the --with-lua-modules option is mandatory.\n\n--with-lua-modules sets the directory that the compiled modules will be installed in. It should be one of the directories in lua's CPATH variable. You can view the value of this variable with:\n\n\tlua -e \"print(package.cpath)\"\n\nBasic documentation for the functions and objects in libUseful-lua is currently in the .i interface files for each module. Likely manpages or other better documentation will appear in time, but I wanted to get something out there (\"Release early and release often\", they said).\n\nSome example programs can be found in the 'examples' directory. You need to install libUseful-lua before using these\n\nThis is the initial release, so expect some bugs and maybe some changes going forwards\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColumPaget%2FlibUseful-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FColumPaget%2FlibUseful-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColumPaget%2FlibUseful-lua/lists"}