{"id":17358554,"url":"https://github.com/niess/pumas-luajit","last_synced_at":"2025-06-16T11:04:47.767Z","repository":{"id":111397580,"uuid":"274405555","full_name":"niess/pumas-luajit","owner":"niess","description":"A LuaJIT wrapper for the PUMAS Monte Carlo engine","archived":false,"fork":false,"pushed_at":"2023-05-15T20:51:50.000Z","size":601,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T15:22:47.878Z","etag":null,"topics":["backward","lua","montecarlo","muon","tau"],"latest_commit_sha":null,"homepage":"https://pumas-luajit.readthedocs.io/en/latest/","language":"Lua","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/niess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","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":"2020-06-23T12:55:12.000Z","updated_at":"2021-03-22T21:17:41.000Z","dependencies_parsed_at":"2023-05-18T14:30:39.644Z","dependency_job_id":null,"html_url":"https://github.com/niess/pumas-luajit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/niess/pumas-luajit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Fpumas-luajit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Fpumas-luajit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Fpumas-luajit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Fpumas-luajit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niess","download_url":"https://codeload.github.com/niess/pumas-luajit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Fpumas-luajit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260148234,"owners_count":22965905,"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":["backward","lua","montecarlo","muon","tau"],"created_at":"2024-10-15T19:05:57.806Z","updated_at":"2025-06-16T11:04:47.635Z","avatar_url":"https://github.com/niess.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PUMAS-LuaJIT [![Documentation Status](https://readthedocs.org/projects/pumas-luajit/badge/?version=latest)](https://pumas-luajit.readthedocs.io/en/latest/?badge=latest)\n_A LuaJIT wrapper for the PUMAS Monte Carlo engine_\n\n**This is Work In Progress**\n\nThe `pumas` LuaJIT package allows to use the\n[PUMAS](https://niess.github.io/pumas-pages/) C Monte Carlo engine from a high\nlevel language: [Lua](http://www.lua.org/). Native performances are achieved\nthanks to the excellent Just-In-Time compiler of [LuaJIT](https://luajit.org/).\n\n## Installation\n\n\u003e Installation on Windows is not yet supported but might be considered in the\n\u003e future. Meanwhile one might use\n\u003e [Windows Subsystem for Linux](https://docs.microsoft.com/en-gb/windows/wsl/)\n\u003e instead.\n\nThe `luajit` executable and the `pumas` package are available as a single\nruntime: `pumas-luajit`. This runtime can be\n[downloaded](https://github.com/niess/pumas-luajit/releases/download/linux/pumas-luajit)\nas a [rolling release](https://github.com/niess/pumas-luajit/releases).  Note\nthat you need to change the mode of the downloaded file to executable, e.g. as:\n```bash\nwget https://github.com/niess/pumas-luajit/releases/download/linux/luajit-pumas\nchmod u+x luajit-pumas\n```\n\nThe `luajit-pumas` runtime can also be compiled from source by running\nthe provided Makefile as:\n```bash\nmake install PREFIX=$(pwd) MACOSX_DEPLOYMENT_TARGET=10.7\n```\nThe `MACOSX_DEPLOYMENT_TARGET` argument is not needed on Linux but must be\nprovided on OSX. In the latter case the deployment target version must be equal\nor greater than 10.7.\n\nFor Lua users, the `pumas` package is also available independently as a binary\n[rock](http://rajatorrent.com.luarocks.org/modules/niess/pumas). It can be used\nwith alternative LuaJIT runtimes e.g. the [LÖVE](https://love2d.org/) game\nengine.\n\n## Documentation\n\nA **preliminary** documentation is available from [Read the Docs][READTHEDOCS].\nYou might also try the provided [examples][EXAMPLES], e.g as:\n```bash\nluajit-pumas examples/materials.lua\n```\n\n## License\n\nThe `pumas` LuaJIT package is  under the **GNU LGPLv3** license. See the\nprovided [LICENSE][LICENSE] and [COPYING.LESSER][COPYING.LESSER] files. The\n[examples][EXAMPLES] however have a separate public domain license and can be be\ncopied without any restriction.\n\n[COPYING.LESSER]: https://github.com/niess/pumas-luajit/blob/master/COPYING.LESSER\n[EXAMPLES]: https://github.com/niess/pumas-luajit/tree/master/examples\n[LICENSE]: https://github.com/niess/pumas-luajit/blob/master/LICENSE\n[READTHEDOCS]: https://pumas-luajit.readthedocs.io/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniess%2Fpumas-luajit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniess%2Fpumas-luajit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniess%2Fpumas-luajit/lists"}