{"id":16680854,"url":"https://github.com/fthomas/slhaea","last_synced_at":"2025-10-13T14:24:45.190Z","repository":{"id":743458,"uuid":"394721","full_name":"fthomas/slhaea","owner":"fthomas","description":"SLHAea - containers for SUSY Les Houches Accord input/output","archived":false,"fork":false,"pushed_at":"2022-05-17T19:13:51.000Z","size":2506,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T23:53:21.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fthomas.github.io/slhaea/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mjibson/goread","license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fthomas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-12-03T22:57:33.000Z","updated_at":"2022-10-17T07:23:55.000Z","dependencies_parsed_at":"2022-07-05T13:14:31.505Z","dependency_job_id":null,"html_url":"https://github.com/fthomas/slhaea","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fslhaea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fslhaea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fslhaea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fthomas%2Fslhaea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fthomas","download_url":"https://codeload.github.com/fthomas/slhaea/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248124842,"owners_count":21051757,"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-12T13:44:07.820Z","updated_at":"2025-10-13T14:24:40.167Z","avatar_url":"https://github.com/fthomas.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SLHAea - containers for SUSY Les Houches Accord input/output\n\n[![test](https://github.com/fthomas/slhaea/actions/workflows/test.yml/badge.svg)](https://github.com/fthomas/slhaea/actions/workflows/test.yml)\n\n## Introduction\n\nSLHAea is an easy to use C++ library for input, output, and\nmanipulation of data in the [SUSY Les Houches Accord][] (SLHA). It is\nbased on the concept that a SLHA structure is a container of blocks,\nwhich are then again containers of lines, which are then again\ncontainers of strings.\n\nIts main features are:\n\n- fast reading and writing of SLHA files\n- easy access to individual blocks, lines, and fields\n- three containers (``Coll``, ``Block``, and ``Line``) that mimic the\n  containers of the C++ Standard Library and therefore offer great\n  flexibility\n- the exact formatting of lines is preserved\n- everything is stored as strings, so data is not restricted to floats\n  or integers\n- no precision is lost in read/write cycles of unmodified data\n- blocks and lines are not restricted to the ones specified in the\n  [SLHA][], [SLHA2][], and [FLHA][] or later accords that use the same\n  syntax\n- easy to use since SLHAea is a header-only library consisting of only\n  one file\n\n[SUSY Les Houches Accord]: http://home.fnal.gov/~skands/slha/\n[SLHA]:  http://arxiv.org/abs/hep-ph/0311123\n[SLHA2]: http://arxiv.org/abs/0801.0045\n[FLHA]:  http://arxiv.org/abs/1008.0762\n\n## Documentation\n\nThe API documentation is [here][]. It includes some [practical\nexamples][] which can also be found in the [doc/examples/][] directory\nin SLHAea's source tree.\n\n[here]: http://fthomas.github.io/slhaea/doc/api-html/\n[practical examples]: http://fthomas.github.io/slhaea/doc/api-html/examples.html\n[doc/examples/]: http://github.com/fthomas/slhaea/tree/master/doc/examples/\n\n## Dependencies\n\nTo use SLHAea only the C++ Standard Library and some headers from the\n[Boost C++ Libraries][] are required.\n\n[Boost C++ Libraries]: http://www.boost.org/\n\n## Download\n\nYou can download SLHAea in either [tar.gz][] or [zip][] formats.\n\n[tar.gz]: http://github.com/fthomas/slhaea/tarball/master\n[zip]:    http://github.com/fthomas/slhaea/zipball/master\n\nThe version control system used for development of SLHAea is Git. The\n[Git repository][] can be inspected and browsed online at GitHub and it\ncan be cloned by running:\n\n    git clone git://github.com/fthomas/slhaea.git\n\n[Git repository]: http://github.com/fthomas/slhaea\n\n## Issues and feedback\n\nFor bug reports, feature requests, or general feedback either use the\n[issue tracker][] or [write me an email][].\n\n[issue tracker]: http://github.com/fthomas/slhaea/issues\n[write me an email]: \u003cmailto:frank@timepit.eu\u003e\n\n## License\n\nSLHAea is [free software][] and licensed under the [Boost Software\nLicense 1.0][]. The full text of the license can be found in the file\n``LICENSE_1_0.txt`` in SLHAea's source tree.\n\n[free software]: http://www.gnu.org/philosophy/free-sw.html\n[Boost Software License 1.0]: http://www.boost.org/users/license.html\n\n## Author\n\nSLHAea was written by Frank S. Thomas \u003c\u003cfrank@timepit.eu\u003e\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffthomas%2Fslhaea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffthomas%2Fslhaea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffthomas%2Fslhaea/lists"}