{"id":26917104,"url":"https://github.com/georgtree/tclopt","last_synced_at":"2025-04-01T19:51:23.758Z","repository":{"id":270609489,"uuid":"910909100","full_name":"georgtree/tclopt","owner":"georgtree","description":"Tcl wrapper for optimization procedures (mostly for non-linear fitting)","archived":false,"fork":false,"pushed_at":"2025-01-10T16:54:26.000Z","size":387,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T17:41:52.181Z","etag":null,"topics":["least-squares-optimization","mpfit","tcl","tcl-extension"],"latest_commit_sha":null,"homepage":"https://georgtree.github.io/tclopt/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"2025-01-01T18:54:32.000Z","updated_at":"2025-01-10T16:54:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf641c8f-e6cb-4876-b395-9ee47904e6c7","html_url":"https://github.com/georgtree/tclopt","commit_stats":null,"previous_names":["georgtree/tclopt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclopt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclopt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclopt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgtree%2Ftclopt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgtree","download_url":"https://codeload.github.com/georgtree/tclopt/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":["least-squares-optimization","mpfit","tcl","tcl-extension"],"created_at":"2025-04-01T19:51:23.145Z","updated_at":"2025-04-01T19:51:23.737Z","avatar_url":"https://github.com/georgtree.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Static Badge](https://img.shields.io/badge/version-0.1-blue)\n\n![Static Badge](https://img.shields.io/badge/license-MIT-blue)\n\n![Static Badge](https://img.shields.io/badge/Tcl_version-9.0-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/coverage-93.4%25-green)\n\n# Content\n\nThis package provides tcl wrapper for optimization procedures.\nThe sources of procedures are:\n- [Levenberg-Marquardt Least Squares Fitting](http://cow.physics.wisc.edu/%7Ecraigm/idl/cmpfit.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)\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\n# Supported platforms\n\nI've tested it on:\n- Kubuntu 24.04 with Tcl 9\n- Windows 11 in MSYS64 UCRT64 environment with Tcl9\n\n# Documentation\n\nYou can find some documentation [here](https://georgtree.github.io/tclopt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgtree%2Ftclopt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgtree%2Ftclopt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgtree%2Ftclopt/lists"}