{"id":18763151,"url":"https://github.com/simre1/simple-events","last_synced_at":"2025-07-18T01:38:36.478Z","repository":{"id":136854499,"uuid":"189466515","full_name":"Simre1/simple-events","owner":"Simre1","description":"An implementation for event networks in haskell.","archived":false,"fork":false,"pushed_at":"2019-06-09T13:06:24.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T05:22:28.545Z","etag":null,"topics":["frp","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/Simre1.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":"2019-05-30T18:54:29.000Z","updated_at":"2019-06-09T13:08:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"82c7d862-e41e-49e0-a5ca-18fa43cdd100","html_url":"https://github.com/Simre1/simple-events","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simre1%2Fsimple-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simre1%2Fsimple-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simre1%2Fsimple-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simre1%2Fsimple-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simre1","download_url":"https://codeload.github.com/Simre1/simple-events/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661789,"owners_count":19676409,"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":["frp","haskell"],"created_at":"2024-11-07T18:24:53.709Z","updated_at":"2025-02-19T12:44:32.061Z","avatar_url":"https://github.com/Simre1.png","language":"Haskell","readme":"# SimpleEvents\n\n**Status: Experimental**\n\nSimpleEvents is a very lightweight library for defining event networks with the only dependencies being base and containers.\n\nHere is a short example if one wishes to try out this library:\n\n```haskell\nimport SimpleEvents\n\neventExample :: IO ()\neventExample = do\n  (inputEvent, inputTrigger) \u003c- newEvent\n\n  reactimate ((\"You wrote: \" ++) \u003c$\u003e inputEvent) $\n    simpleEventHandler putStrLn\n\n  putStrLn \"Try to write something!\"\n  putStrLn \"PS: \\\"quit\\\" halts the example.\"\n\n  let gatherInput = do\n        t \u003c- getLine\n        case t of\n          \"quit\" -\u003e mempty\n          str -\u003e triggerEvent inputTrigger str \u003e\u003e gatherInput\n\n  gatherInput\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimre1%2Fsimple-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimre1%2Fsimple-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimre1%2Fsimple-events/lists"}