{"id":17113013,"url":"https://github.com/emmt/ylib","last_synced_at":"2025-09-23T15:40:21.621Z","repository":{"id":21616853,"uuid":"24937231","full_name":"emmt/ylib","owner":"emmt","description":"YLib (Yorick Library) is a collection of useful interpreted functions for Yorick","archived":false,"fork":false,"pushed_at":"2025-04-10T11:19:24.000Z","size":477,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T12:49:28.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SWIG","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emmt.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-08T11:16:41.000Z","updated_at":"2025-04-10T11:19:26.000Z","dependencies_parsed_at":"2025-03-23T22:29:28.281Z","dependency_job_id":"2d2791c0-a538-44aa-91f0-791e60c720cb","html_url":"https://github.com/emmt/ylib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emmt/ylib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fylib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fylib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fylib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fylib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmt","download_url":"https://codeload.github.com/emmt/ylib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fylib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276602132,"owners_count":25671614,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-14T17:02:18.684Z","updated_at":"2025-09-23T15:40:21.594Z","avatar_url":"https://github.com/emmt.png","language":"SWIG","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YLib\n\nYLib (Yorick Library) is a collection of useful interpreted functions for\n[Yorick](http://github.com/LLNL/yorick/).\n\n\n## Contents\n\nAmon others:\n* `img.i` - routines for manipulation image.\n* `utils.i` - various utilities.\n* `plot.i` - plotting utilities.\n\n\n## Installation\n\n### Installation with EasyYorick\n\nInstallation of YLib by [EasyYorick](https://github.com/emmt/EasyYorick) is\nfully supported.  Assuming you have installed EasyYorick, you just have to\nexecute:\n\n```sh\nypkg install yorick ylib\n```\n\nwhich should install Yorick (if not yet installed) and YLib.\n\nTo upgrade to the last master version:\n\n```sh\nypkg upgrade ylib\n```\n\n\n### Manual installation\n\n1. You must have [Yorick](http://github.com/LLNL/yorick/) installed on your machine.\n\n2. Unpack the [software code](https://github.com/emmt/ylib/archive/master.zip)\n   somewhere or clone the Git repository:\n\n   ```sh\n   git clone https://github.com/emmt/ylib.git ylib\n   ```\n\n   if you want/prefer to use HTTPS, or:\n\n   ```sh\n   git clone git@github.com:emmt/ylib.git ylib\n   ```\n\n   if you want/prefer to use SSH.  Any of these commands creates a local GIT\n   repository named `ylib`.\n\n\n3. Configure for compilation.  There are two possibilities:\n\n   - For an **in-place build**, go to the source directory, say `$SRC_DIR`, of\n     the plug-in code and run the configuration script:\n\n     ```sh\n     cd $SRC_DIR\n     ./configure\n     ```\n\n     To see the configuration options, type:\n\n     ```sh\n     ./configure --help\n     ```\n\n   - For an **out-of-place build**, create a dedicated build directory, say\n     `$BUILD_DIR`, go to the build directory and run the configuration script:\n\n     ```sh\n     mkdir -p $BUILD_DIR\n     cd $BUILD_DIR\n     $SRC_DIR/configure\n     ```\n\n     where `$SRC_DIR` is the path to the source directory of the plug-in code.\n     To see the configuration options, type:\n\n     ```sh\n     $SRC_DIR/configure --help\n     ```\n\n4. Build YLib:\n\n   ```sh\n   make clean\n   make\n   ```\n\n5. Install YLib (you must have write access granted to Yorick directories):\n\n   ```sh\n   make install\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fylib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmt%2Fylib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fylib/lists"}