{"id":19011509,"url":"https://github.com/perrywerneck/libhllapi","last_synced_at":"2026-04-25T02:30:17.872Z","repository":{"id":39851775,"uuid":"172524111","full_name":"PerryWerneck/libhllapi","owner":"PerryWerneck","description":"HLLAPI library for lib3270/pw3270","archived":false,"fork":false,"pushed_at":"2023-04-06T11:36:16.000Z","size":332,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T21:46:24.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerryWerneck.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-25T14:44:54.000Z","updated_at":"2024-05-28T15:40:47.000Z","dependencies_parsed_at":"2025-01-01T21:45:07.062Z","dependency_job_id":"7597e014-1d27-4acc-b751-2dc9123795c3","html_url":"https://github.com/PerryWerneck/libhllapi","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibhllapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibhllapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibhllapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibhllapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerryWerneck","download_url":"https://codeload.github.com/PerryWerneck/libhllapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240042821,"owners_count":19738957,"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-11-08T19:14:39.531Z","updated_at":"2026-04-25T02:30:17.792Z","avatar_url":"https://github.com/PerryWerneck.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## HLLAPI library for lib3270/pw3270\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n![CodeQL](https://github.com/PerryWerneck/libhllapi/workflows/CodeQL/badge.svg?branch=master)\n[![Publish](https://github.com/PerryWerneck/libhllapi/actions/workflows/publish.yml/badge.svg)](https://github.com/PerryWerneck/libhllapi/actions/workflows/publish.yml)\n[![build result](https://build.opensuse.org/projects/home:PerryWerneck:pw3270/packages/libhllapi/badge.svg?type=percent)](https://build.opensuse.org/package/show/home:PerryWerneck:pw3270/libhllapi)\n\n## Installation\n\n### Linux\n\nYou can download installation package for supported distributions in Open Build Service.\n\n[\u003cimg src=\"https://raw.githubusercontent.com/PerryWerneck/pw3270/master/branding/obs-badge-en.svg\" alt=\"Download from open build service\" height=\"80px\"\u003e](https://software.opensuse.org/download.html?project=home%3APerryWerneck%3Apw3270\u0026package=libhllapi)\n\n### Windows\n\nTODO\n\n## Building for Linux\n\n1. Build and install [libipc3270](../../../libipc3270)\n\n\n2. Get hllapi sources from git\n\n\t```\n\t$ git clone https://github.com/PerryWerneck/libhllapi.git\n\t```\n\n3. Build and install\n\n\t```\n\t$ cd libhllapi\n\t$ ./autogen.sh\n\t$ make all\n\t$ sudo make install\n\t```\n\n## Building for Windows\n\n### Cross-compiling on SuSE Linux (Native or WSL)\n\n1. Add the MinGW Repositories\n\n\t```shell\n\t$ sudo zypper ar obs://windows:mingw:win32 mingw32\n\t$ sudo zypper ar obs://windows:mingw:win64 mingw64\n\t$ sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270\n\t$ sudo zypper ref\n\t```\n\n2. Get hllapi sources from git\n\n\t```\n\t$ git clone https://github.com/PerryWerneck/libhllapi.git\n\t```\n\n3. Install 64 bits cross compilers\n\n\t```\n\t$ ./libhllapi/win/install-cross.sh --64\n\t```\n\n4. Run the build script\n\n\t```shell\n\t$ cd libhllapi\n\t$ ./win/pack.sh\n\t```\n\n### Windows native with MSYS2\n\nTODO\n\n### Windows native with MSVC\n\n1. Download and install Visual Studio Build Tools (https://visualstudio.microsoft.com/pt-br/downloads/)\n\n2. Download and install git for windows\n\n3. Get libhllapi sources from git\n\n\t```shell\n\tgit clone https://github.com/PerryWerneck/libhllapi.git ./libhllapi\n\t```\n\n4. Download latest build of the 'glue' library.\n\n\t```shell\n\tcd libhllapi\n\twget https://github.com/PerryWerneck/libipc3270/releases/download/5.5/msvc-libipc3270.zip\n\t7z x msvc-libipc3270.zip -y -oipc3270\n\t```\n\n5. Make \n\n\t```shell\n\tnmake /f win\\Makefile-ci.msc LIB3270_SDK_PATH=ipc3270 DESTDIR=hllapi.msvc install\n\t```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Flibhllapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperrywerneck%2Flibhllapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Flibhllapi/lists"}