{"id":13770890,"url":"https://github.com/pharo-containers/Containers-Stack","last_synced_at":"2025-05-11T03:32:56.292Z","repository":{"id":215834824,"uuid":"175685918","full_name":"pharo-containers/Containers-Stack","owner":"pharo-containers","description":"A dead stupid stack implementation, but one fully working :)","archived":false,"fork":false,"pushed_at":"2021-01-01T16:29:28.000Z","size":91,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:42:11.944Z","etag":null,"topics":["collection","containers","datastructures","pharo","stack"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pharo-containers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-14T19:24:53.000Z","updated_at":"2021-01-01T16:29:30.000Z","dependencies_parsed_at":"2024-01-12T15:12:53.678Z","dependency_job_id":null,"html_url":"https://github.com/pharo-containers/Containers-Stack","commit_stats":null,"previous_names":["pharo-containers/containers-stack"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-containers%2FContainers-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-containers%2FContainers-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-containers%2FContainers-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-containers%2FContainers-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-containers","download_url":"https://codeload.github.com/pharo-containers/Containers-Stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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":["collection","containers","datastructures","pharo","stack"],"created_at":"2024-08-03T17:00:43.952Z","updated_at":"2025-05-11T03:32:55.997Z","avatar_url":"https://github.com/pharo-containers.png","language":"Smalltalk","readme":"# Containers-Stack\nA dead stupid stack implementation, but one fully working with super cool coverage:)\n\n\n![https://github.com/pharo-containers/Containers-Stack/actions](https://github.com/pharo-containers/Containers-Stack/workflows/Matrix/badge.svg)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)\n[![Coverage Status](https://coveralls.io/repos/github/pharo-containers/Containers-Stack/badge.svg?branch=master)](https://coveralls.io/github/pharo-containers/Containers-Stack?branch=master)\n## Example\n\n``` \n| aStack |\n aStack := CTStack new.\n aStack push: 'a'.\n aStack size \u003e\u003e\u003e 1.\n aStack push: 'b'.\n aStack size \u003e\u003e\u003e 2.\n aStack top \u003e\u003e\u003e 'b'.\n aStack size \u003e\u003e\u003e 2.\n aStack pop  \u003e\u003e\u003e 'b'.\n aStack size \u003e\u003e\u003e 1.\n aStack pop \u003e\u003e\u003e 'a'.\n aStack size \u003e\u003e\u003e 0. \n ```\n\n## Loading \nThe following script installs Containers-Stack in Pharo.\n\n```smalltalk\nMetacello new\n  baseline: 'ContainersStack';\n  repository: 'github://pharo-containers/Containers-Stack:v1.0/src';\n  load.\n```\n\n## If you want to depend on it \n\nAdd the following code to your Metacello baseline or configuration \n\n```smalltalk\nspec \n   baseline: 'ContainersStack' \n   with: [ spec repository: 'github://pharo-containers/Containers-Stack:v1.0/src' ].\n```\n","funding_links":[],"categories":["Data Structures"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-containers%2FContainers-Stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-containers%2FContainers-Stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-containers%2FContainers-Stack/lists"}