{"id":26508366,"url":"https://github.com/interkosmos/fortran-xmpp","last_synced_at":"2025-03-21T00:23:20.814Z","repository":{"id":283295288,"uuid":"868230729","full_name":"interkosmos/fortran-xmpp","owner":"interkosmos","description":"Fortran 2018 interface bindings to the XMPP client library libstrophe","archived":false,"fork":false,"pushed_at":"2025-03-19T13:22:37.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T14:27:40.585Z","etag":null,"topics":["fortran","fortran-2018","fortran-package-manager","jabber","libstrophe","xmpp"],"latest_commit_sha":null,"homepage":"","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interkosmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-05T20:16:08.000Z","updated_at":"2025-03-19T13:22:41.000Z","dependencies_parsed_at":"2025-03-19T14:37:45.735Z","dependency_job_id":null,"html_url":"https://github.com/interkosmos/fortran-xmpp","commit_stats":null,"previous_names":["interkosmos/fortran-xmpp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xmpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xmpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xmpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-xmpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interkosmos","download_url":"https://codeload.github.com/interkosmos/fortran-xmpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244713273,"owners_count":20497619,"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":["fortran","fortran-2018","fortran-package-manager","jabber","libstrophe","xmpp"],"created_at":"2025-03-21T00:23:20.312Z","updated_at":"2025-03-21T00:23:20.807Z","avatar_url":"https://github.com/interkosmos.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fortran-xmpp\n\n[![Build](https://github.com/interkosmos/fortran-xmpp/actions/workflows/build.yml/badge.svg)](https://github.com/interkosmos/fortran-xmpp/actions/workflows/build.yml)\n\nA collection of Fortran 2018 interface bindings to the lightweight XMPP client\nlibrary [libstrophe](http://strophe.im/libstrophe/).\n\n## Dependencies\n\nThe package _libstrophe_ has to be installed with development headers. On\nFreeBSD, run:\n\n```\n# pkg install net-im/libstrophe\n```\n\nOn Linux, instead:\n\n```\n# apt-get install libstrophe0 libstrophe-dev\n```\n\n## Build Instructions\n\nBuild and install the Fortran library using the provided Makefile:\n\n```\n$ make\n$ make install PREFIX=/opt\n```\n\nOr, use the [Fortran Package Manager](https://github.com/fortran-lang/fpm):\n\n```\n$ fpm build --profile release\n```\n\nLink your Fortran programs against `libfortran-xmpp.a` and\n`pkg-config --libs libstrophe openssl expat zlib`.\n\n## Fortran Package Manager\n\nYou can add *fortran-xmpp* as an FPM dependency:\n\n```toml\n[dependencies]\nfortran-xmpp = { git = \"https://github.com/interkosmos/fortran-xmpp.git\" }\n```\n\n## Examples\n\nSome example programs can be found in directory `examples/`:\n\n* **basic** – connects to an XMPP server.\n* **bot** – implements a simple bot.\n* **roster** – prints contact list.\n* **uuid** – outputs UUID.\n\nBuild the examples by running:\n\n```\n$ make examples\n```\n\n## Further Reading\n\n* [libstrophe website](http://strophe.im/libstrophe/)\n* [libstrophe GitHub repository](https://github.com/strophe/libstrophe)\n* [libstrophe API](https://strophe.im/libstrophe/doc/0.13.0/topics.html)\n\n## Licence\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-xmpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterkosmos%2Ffortran-xmpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-xmpp/lists"}