{"id":22631257,"url":"https://github.com/thevice/ant4c","last_synced_at":"2025-08-24T05:05:22.966Z","repository":{"id":37245392,"uuid":"216818076","full_name":"TheVice/Ant4C","owner":"TheVice","description":"Tool that interprets scenarios. Similar to Apache Ant and NAnt. Written in C.","archived":false,"fork":false,"pushed_at":"2024-04-12T20:09:56.000Z","size":15103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T13:18:33.795Z","etag":null,"topics":["interpreter","scriptable"],"latest_commit_sha":null,"homepage":"https://thevice.github.io/Ant4C","language":"C","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/TheVice.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2019-10-22T13:16:00.000Z","updated_at":"2024-04-15T15:56:28.353Z","dependencies_parsed_at":"2024-03-30T23:19:57.301Z","dependency_job_id":"1eb23252-fe1d-4a6b-bda2-b07432b3fc72","html_url":"https://github.com/TheVice/Ant4C","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheVice%2FAnt4C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheVice%2FAnt4C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheVice%2FAnt4C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheVice%2FAnt4C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheVice","download_url":"https://codeload.github.com/TheVice/Ant4C/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135979,"owners_count":20729087,"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":["interpreter","scriptable"],"created_at":"2024-12-09T02:07:52.084Z","updated_at":"2025-03-29T04:18:51.884Z","avatar_url":"https://github.com/TheVice.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ant4C\nTool that interprets scenarios. Similar to [Apache Ant](http://jakarta.apache.org/ant/manual/) and [NAnt](http://nant.sourceforge.net/). Written in C.\n\n## Overview\nAnt for C is C-based script tool. Source of script should be written in XML-based code.\nName of program just reference to language on which source was written.\n\nDeveloping was started in the summer of 2019.\n\n## Downloads\nAll binaries available on the [release page](https://github.com/TheVice/Ant4C/releases/).\n\n### Installing\nDepend on variant available for your system:\n* Unpack *zip* archive to prefer location.\n* For packages - install program using the system package manager.\n  * Alpine Linux: *apk add --allow-untrusted \\*.apk*.\n  * Debian based: *dpkg --install \\*.deb*.\n  * FreeBSD: *pkg install \\*.txz*.\n  * OpenBSD: *pkg_add -Dunsigned \\*.tgz*.\n  * RPM based: *rpm -Uvh \\*.rpm*.\n\n### Modules\nStarting from version 2020.09 program support modules - binary files that increase functional by adding functions and/or tasks to the program.\n\n* [ant4c.net.framework.module](modules/ant4c.net.framework). Module with namespaces **framework**, **metahost** and added to exists one **file** function *is-assembly*. Available only for Windows platform.\n* [dns](modules/dns). Module with **dns** namespace that contain function *get-host-name*.\n* [net.module](modules/net). Module to interact with installed .NET Core via namespaces **nethost**, **hostfxr** and function *is-assembly* from **file** namespace.\n* [regex](modules/regex). Module that increase functional by adding ***regex*** task.\n\n### Help\n\nHelp available at the [help.html file](https://github.com/TheVice/Ant4C/releases/download/v2020.09/help.html).\n\n## Developing\nTests, at the develop branch, written in C++ and required [Google Test](https://github.com/google/googletest/) and [pugixml](https://github.com/zeux/pugixml/) libraries.\nAlso some of modules require third-party components.\n\n## Building\n\n### Supported Platforms\n\n* Apple macOS\n* FreeBSD\n* Linux\n* Microsoft Windows\n* OpenBSD\n\nBuild can be done by one of C compilers - MSVC, MinGW, GCC or Clang after configuring was done with [CMake](https://www.cmake.org/download/).\nAlternative 'make' tool or 'meson' can be used to build from source.\n\n## License\nThis project available under terms of [MIT License](LICENSE).\n\nSome of modules use third-party components that available by own license. See help files of modules to find out that terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevice%2Fant4c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevice%2Fant4c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevice%2Fant4c/lists"}