{"id":16602771,"url":"https://github.com/bbidulock/xde-ctools","last_synced_at":"2025-07-01T06:35:45.177Z","repository":{"id":17611324,"uuid":"20415376","full_name":"bbidulock/xde-ctools","owner":"bbidulock","description":"X Desktop Environment (XDE) \"C\"-Language Tools","archived":false,"fork":false,"pushed_at":"2023-01-28T08:33:49.000Z","size":5909,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:51:13.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/bbidulock.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-02T18:51:59.000Z","updated_at":"2024-11-04T04:45:49.000Z","dependencies_parsed_at":"2023-02-15T15:16:03.300Z","dependency_job_id":null,"html_url":"https://github.com/bbidulock/xde-ctools","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-ctools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-ctools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-ctools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbidulock%2Fxde-ctools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbidulock","download_url":"https://codeload.github.com/bbidulock/xde-ctools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832374,"owners_count":19538276,"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-10-12T00:23:42.862Z","updated_at":"2025-02-14T11:31:16.478Z","avatar_url":"https://github.com/bbidulock.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[xde-ctools -- read me first file.  2022-01-29]: #\n\nxde-ctools\n===============\n\nPackage `xde-ctools-1.15` was released under GPLv3 license\n2022-01-29.\n\nThis package provides a number of \"C\"-language tools for working with\nthe _X Desktop Environment_.  Most of these tools were previously\nwritten in `perl(1)` and were part of the `xde-tools` package.  They\nhave now been codified in \"C\" for speed and to provide access to\nlibraries not available from `perl(1)`.\n\nFor screenshots and examples, see [SAMPLES](samples).\n\nThe source for `xde-ctools` is hosted on [GitHub][1].\n\n\nRelease\n-------\n\nThis is the `xde-ctools-1.15` package, released 2022-01-29.\nThis release, and the latest version, can be obtained from [GitHub][1],\nusing a command such as:\n\n    $\u003e git clone https://github.com/bbidulock/xde-ctools.git\n\nPlease see the [RELEASE][3] and [NEWS][4] files for release notes and\nhistory of user visible changes for the current version, and the\n[ChangeLog][5] file for a more detailed history of implementation\nchanges.  The [TODO][6] file lists features not yet implemented and\nother outstanding items.\n\nPlease see the [INSTALL][8] file for installation instructions.\n\nWhen working from `git(1)`, please use this file.  An abbreviated\ninstallation procedure that works for most applications appears below.\n\nThis release is published under GPLv3.  Please see the license in the\nfile [COPYING][10].\n\n\nQuick Start\n-----------\n\nThe quickest and easiest way to get `xde-ctools` up and\nrunning is to run the following commands:\n\n    $\u003e git clone https://github.com/bbidulock/xde-ctools.git\n    $\u003e cd xde-ctools\n    $\u003e ./autogen.sh\n    $\u003e ./configure\n    $\u003e make\n    $\u003e make DESTDIR=\"$pkgdir\" install\n\nThis will configure, compile and install `xde-ctools` the\nquickest.  For those who like to spend the extra 15 seconds reading\n`./configure --help`, some compile time options can be turned on and off\nbefore the build.\n\nFor general information on GNU's `./configure`, see the file\n[INSTALL][8].\n\n\nRunning\n-------\n\nRead the manual page after installation:\n\n    $\u003e man xde-ctools\n\n\nIssues\n------\n\nReport issues on GitHub [here][2].\n\n\n\n[1]: https://github.com/bbidulock/xde-ctools\n[2]: https://github.com/bbidulock/xde-ctools/issues\n[3]: https://github.com/bbidulock/xde-ctools/blob/1.15/RELEASE\n[4]: https://github.com/bbidulock/xde-ctools/blob/1.15/NEWS\n[5]: https://github.com/bbidulock/xde-ctools/blob/1.15/ChangeLog\n[6]: https://github.com/bbidulock/xde-ctools/blob/1.15/TODO\n[7]: https://github.com/bbidulock/xde-ctools/blob/1.15/COMPLIANCE\n[8]: https://github.com/bbidulock/xde-ctools/blob/1.15/INSTALL\n[9]: https://github.com/bbidulock/xde-ctools/blob/1.15/LICENSE\n[10]: https://github.com/bbidulock/xde-ctools/blob/1.15/COPYING\n\n[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-ctools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbidulock%2Fxde-ctools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbidulock%2Fxde-ctools/lists"}