{"id":26917107,"url":"https://github.com/georgtree/tclinterp","last_synced_at":"2025-04-01T19:51:24.804Z","repository":{"id":266916790,"uuid":"899254674","full_name":"georgtree/tclinterp","owner":"georgtree","description":"Tcl wrapper for C interpolation routines","archived":false,"fork":false,"pushed_at":"2024-12-24T00:21:30.000Z","size":1191,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T01:17:37.229Z","etag":null,"topics":["approximation","interpolation","math","tcl","tcl-extension"],"latest_commit_sha":null,"homepage":"https://georgtree.github.io/tclinterp/","language":"C","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/georgtree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-05T22:41:21.000Z","updated_at":"2024-12-24T00:21:33.000Z","dependencies_parsed_at":"2024-12-24T01:17:38.067Z","dependency_job_id":"1a121842-f04f-4df3-8749-2b25ec25e034","html_url":"https://github.com/georgtree/tclinterp","commit_stats":null,"previous_names":["georgtree/tclinterp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclinterp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclinterp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclinterp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclinterp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgtree","download_url":"https://codeload.github.com/georgtree/tclinterp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246706619,"owners_count":20820785,"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":["approximation","interpolation","math","tcl","tcl-extension"],"created_at":"2025-04-01T19:51:24.033Z","updated_at":"2025-04-01T19:51:24.782Z","avatar_url":"https://github.com/georgtree.png","language":"C","readme":"![Static Badge](https://img.shields.io/badge/version-0.14-blue)\n\n![Static Badge](https://img.shields.io/badge/license-GPL3-blue)\n\n![Static Badge](https://img.shields.io/badge/Tcl_version-9.0-blue)\n![Static Badge](https://img.shields.io/badge/Tcl_version-8.6.15-blue)\n\n![Static Badge](https://img.shields.io/badge/Kubuntu_24.04-pass-green)\n\n![Static Badge](https://img.shields.io/badge/Windows_11-pass-green)\n\n![Static Badge](https://img.shields.io/badge/Tcl_coverage-98.6%25-green)\n\n# Content\n\nThis package provides tcl wrapper for interpolation and approximation procedures.\nThe sources of procedures are:\n- [Linear interpolation routines](https://people.math.sc.edu/Burkardt/c_src/interp/interp.html)\n- [Spline interpolation and approximation routines](https://people.math.sc.edu/Burkardt/c_src/spline/spline.html)\n\n# Installation and dependencies\n\nFor building you need:\n- [SWIG of version 4.3](https://www.swig.org/download.html)\n- [Tcl9](https://www.tcl.tk/software/tcltk/9.0.html) or [Tcl8.6.15](https://www.tcl.tk/software/tcltk/8.6.html)\n- [gcc compiler](https://gcc.gnu.org/)\n- [make tool](https://www.gnu.org/software/make/)\n\nFor run you also need:\n- [argparse](https://wiki.tcl-lang.org/page/argparse)\n- [Tcllib](https://www.tcl.tk/software/tcllib/)\n\nTo build, run \n```bash\n./configure\nmake\nsudo make install\n```\nIf you have different versions of Tcl on the same machine, you can set the path to this version with `-with-tcl=path`\nflag to configure script.\n\nFor Windows build it is strongly recommended to use [MSYS64 UCRT64 environment](https://www.msys2.org/), the above\nsteps are identical if you run it from UCRT64 shell. \n\nThere are prebuilt packages that contains .so/.dll files, tcl code and tests for Windows and Linux.\n\n# Supported platforms\n\nI've tested it on:\n- Kubuntu 24.04 with Tcl 9 and Tcl 8.6.15\n- Windows 11 in MSYS64 UCRT64 environment with Tcl9\n\n# Documentation\n\nYou can find some documentation [here](https://georgtree.github.io/tclinterp)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgtree%2Ftclinterp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgtree%2Ftclinterp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgtree%2Ftclinterp/lists"}