{"id":34712503,"url":"https://github.com/airsim/airrac","last_synced_at":"2026-01-16T04:49:13.551Z","repository":{"id":1754358,"uuid":"2581389","full_name":"airsim/airrac","owner":"airsim","description":"C++ Simulation Airline Revenue Accounting (RAC) Library","archived":false,"fork":false,"pushed_at":"2026-01-12T23:35:02.000Z","size":2129,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-13T03:15:31.777Z","etag":null,"topics":["inventory-management","pricing","revenue-management","revenue-opportunity","simulation"],"latest_commit_sha":null,"homepage":"https://airsim.github.io/airrac/","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airsim.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2011-10-15T11:25:50.000Z","updated_at":"2026-01-12T23:34:53.000Z","dependencies_parsed_at":"2025-03-24T22:34:42.487Z","dependency_job_id":null,"html_url":"https://github.com/airsim/airrac","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/airsim/airrac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airsim%2Fairrac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airsim%2Fairrac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airsim%2Fairrac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airsim%2Fairrac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airsim","download_url":"https://codeload.github.com/airsim/airrac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airsim%2Fairrac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["inventory-management","pricing","revenue-management","revenue-opportunity","simulation"],"created_at":"2025-12-25T00:48:36.005Z","updated_at":"2026-01-16T04:49:13.544Z","avatar_url":"https://github.com/airsim.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"C++ Simulated Revenue Accounting (RAC) System Library\n=====================================================\n\n# Summary\nAirRAC is a C++ library of airline revenue accounting classes and\nfunctions, mainly targeting simulation purposes.\n\nAirRAC makes an extensive use of existing open-source libraries for\nincreased functionality, speed and accuracy. In particular the\nBoost (C++ Standard Extensions: http://www.boost.org) library is used.\n\nAirRAC is the one of the components of the Travel Market Simulator\n(http://www.travel-market-simulator). However, it may be used in a\nstand-alone mode.\n\n# Installation\n\n## On Fedora/CentOS/RedHat distribution\nJust use DNF (or Yum on older distributions):\n```bash\n$ dnf -y install airrac-devel airrac-doc\n```\n\nYou can also get the RPM packages (which may work on Linux\ndistributions like Novel Suse and Mandriva) from the Fedora repository\n(_e.g._, for Fedora 38, \nhttps://fr2.rpmfind.net/linux/RPM/fedora/38/x86_64/)\n\n\nBuilding the library and test binary from Git repository:\n----------------------------------------------------------------\nThe Git repository may be cloned as following:\n```bash\n$ git clone git@github.com:airsim/airrac.git airtspgit # through SSH\n$ git clone https://github.com/airsim/airrac.git # if the firewall filters SSH\n$ cd airracgit\n```\n\nThen, you need the following packages (Fedora/RedHat/CentOS names here, \nbut names may vary according to distributions):\n* cmake\n* gcc-c++\n* boost-devel / libboost-dev\n* python-devel / python-dev\n* gettext-devel / gettext-dev\n* sqlite3-devel / libsqlite3-dev\n* readline-devel / readline-dev\n* ncurses-devel\n* soci-mysql-devel, soci-sqlite3-devel\n* stdair-devel / libstdair-dev\n* doxygen, ghostscript, graphviz\n* tetex-latex (optional)\n* rpm-build (optional)\n\n\n## Building the library and test binary from the tarball\nThe latest stable source tarball (`airrac*.tar.gz` or `.bz2`) can be\nfound on GitHub: http://github.com/airsim/airrac/releases\n\nTo customise the following to your environment, you can alter the path\nto the installation directory:\n```bash\nexport INSTALL_BASEDIR=\"${HOME}/dev/deliveries\"\nexport AIRRAC_VER=\"1.00.15\"\n```\n\nThen, as usual:\n* To configure the project\n  * When dependencies are installed in standard directories (_e.g._, `/usr`):\n```bash\n  mkdir build \u0026\u0026 cd build\n  cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_BASEDIR}/airrac-${AIRRAC_VER} \\\n   -DCMAKE_BUILD_TYPE:STRING=Debug -DENABLE_TEST:BOOL=ON -DINSTALL_DOC:BOOL=ON \\\n   -DRUN_GCOV:BOOL=OFF ..\n```\n  * When dependencies are installed in non-standard directories (_e.g._,\n    in the same base directory as of RMOL, that is, `${INSTALL_BASEDIR}`):\n```bash\n  mkdir build \u0026\u0026 cd build\n  cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_BASEDIR}/airrac-${AIRRAC_VER} \\\n   -DWITH_STDAIR_PREFIX=${INSTALL_BASEDIR}/stdair-stable \\\n   -DCMAKE_BUILD_TYPE:STRING=Debug -DENABLE_TEST:BOOL=ON -DINSTALL_DOC:BOOL=ON \\\n   -DRUN_GCOV:BOOL=OFF ..\n```\n* To build the project, type:\n```bash\n  make\n```\n* To test the project, type:\n```bash\n  make check\n```\n* To install the library (`libairrac*.so*`) and the binary (`airrac`),\n```bash\n  make install\n  cd ${INSTALL_BASEDIR}\n  rm -f airrac-stable \u0026\u0026 ln -s airrac-${AIRRAC_VER} airrac-stable\n  cd -\n```\n* To package the source files, type:\n```bash\n  make dist\n```\n* To package the binary and the (HTML and PDF) documentation:\n```bash \n  make package\n```\n* To browse the (just installed, if enabled) HTML documentation:\n```bash\n  midori file://${INSTALL_BASEDIR}/airrac-${AIRRAC_VER}/share/doc/airrac/html/index.html\n```\n* To browse the (just installed, if enabled) PDF documentation:\n```bash\n  evince ${INSTALL_BASEDIR}/airrac-${AIRRAC_VER}/share/doc/airrac/html/refman.pdf\n```\n* To run the local binary version:\n```bash\n  ./airrac/airrac -b\n```\n* To run the installed version:\n```bash\n  ${INSTALL_BASEDIR}/airrac-${AIRRAC_VER}/bin/airrac -b\n```\n\nDenis Arnaud (June 2015)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairsim%2Fairrac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairsim%2Fairrac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairsim%2Fairrac/lists"}