{"id":19711991,"url":"https://github.com/programmerjake/simple-soft-float","last_synced_at":"2026-05-12T08:35:08.846Z","repository":{"id":70478300,"uuid":"217008418","full_name":"programmerjake/simple-soft-float","owner":"programmerjake","description":"soft-float library that intends to be a straightforward reference implementation of IEEE 754; mirror of https://salsa.debian.org/Kazan-team/simple-soft-float","archived":false,"fork":false,"pushed_at":"2020-03-24T06:47:37.000Z","size":1361,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T14:30:04.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/programmerjake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-10-23T08:36:13.000Z","updated_at":"2020-03-24T06:47:39.000Z","dependencies_parsed_at":"2023-02-22T11:01:43.182Z","dependency_job_id":null,"html_url":"https://github.com/programmerjake/simple-soft-float","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/programmerjake%2Fsimple-soft-float","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerjake%2Fsimple-soft-float/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerjake%2Fsimple-soft-float/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerjake%2Fsimple-soft-float/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programmerjake","download_url":"https://codeload.github.com/programmerjake/simple-soft-float/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241029978,"owners_count":19897002,"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-11T22:14:47.169Z","updated_at":"2026-05-12T08:35:08.790Z","avatar_url":"https://github.com/programmerjake.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Soft-float library that intends to be a straightforward reference implementation of IEEE 754.\n\n## Installation for use from Rust\n\nAdd to your `Cargo.toml`:\n\n```toml\n[dependencies.simple-soft-float]\nversion = \"0.2\"\n```\n\n## Installation for use from Python\n\nInstall Rust using [rustup.rs](https://rustup.rs).\n\nCreate CPython 3.6 to 3.8 virtualenv.\n\nInstall Python bindings build tool:\n```bash\npip install maturin\n```\n\nGet source:\n```bash\ngit clone https://salsa.debian.org/Kazan-team/simple-soft-float.git\ncd simple-soft-float\n```\n\nChange source dir to use specific version of Rust nightly:\n(must be in `simple-soft-float` dir):\n```bash\nrustup override set nightly-2020-01-23\n```\n\nBuild and Test (like `setup.py develop`):\n```bash\ncargo test --features python # runs tests from Rust\n# build and install to python\nmaturin develop --cargo-extra-args=\"--features python-extension\"\npython -m unittest # runs smoke tests from Python\n```\n\nBuild Rust docs:\n```bash\ncargo doc --features python # ignore warning about rand_core name collision\nopen docs in default browser:\nxdg-open target/doc/simple_soft_float/struct.DynamicFloat.html\n```\n\nBuild Python docs:\n```bash\npip install pdoc3\npdoc3 simple_soft_float --html -o target/python-docs\nxdg-open target/python-docs/simple_soft_float.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerjake%2Fsimple-soft-float","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammerjake%2Fsimple-soft-float","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerjake%2Fsimple-soft-float/lists"}