{"id":22377264,"url":"https://github.com/csbiology/fsharpaux","last_synced_at":"2025-07-30T23:32:03.622Z","repository":{"id":45078002,"uuid":"59772676","full_name":"CSBiology/FSharpAux","owner":"CSBiology","description":"Auxiliary functions and data structures for the F# programming language","archived":false,"fork":false,"pushed_at":"2025-04-24T09:18:42.000Z","size":22202,"stargazers_count":26,"open_issues_count":13,"forks_count":16,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-22T10:29:00.929Z","etag":null,"topics":["fable","fable-javascript","fable-libraries","fsharp"],"latest_commit_sha":null,"homepage":"","language":"F#","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/CSBiology.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,"zenodo":null}},"created_at":"2016-05-26T18:14:09.000Z","updated_at":"2025-04-26T11:17:53.000Z","dependencies_parsed_at":"2025-04-22T08:36:04.044Z","dependency_job_id":null,"html_url":"https://github.com/CSBiology/FSharpAux","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CSBiology/FSharpAux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpAux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpAux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpAux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpAux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSBiology","download_url":"https://codeload.github.com/CSBiology/FSharpAux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpAux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960696,"owners_count":24172506,"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-07-30T02:00:09.044Z","response_time":70,"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":["fable","fable-javascript","fable-libraries","fsharp"],"created_at":"2024-12-04T22:13:25.414Z","updated_at":"2025-07-30T23:32:03.614Z","avatar_url":"https://github.com/CSBiology.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSharpAux\n\nExtensions, auxiliary functions and data structures for the F# programming language\n\n## Documentation\t\n\nThe documentation can be found [here.](http://csbiology.github.io/FSharpAux)\t\n\nThe documentation for this library is automatically generated (using the F# Formatting) from *.fsx and *.md files in the docs folder. If you find a typo, please submit a pull request!\n\n## Nuget \n\n| Package Name         | Nuget                                                                                                                | Description |\n| -------------------- | -------------------------------------------------------------------------------------------------------------------- |-------------|\n| `FSharpAux.Core`     | [![NuGet Version](https://img.shields.io/nuget/v/FSharpAux.Core)](https://www.nuget.org/packages/FSharpAux.Core) | fable compatible |\n| `FSharpAux`          | [![NuGet Version](https://img.shields.io/nuget/v/FSharpAux)](https://www.nuget.org/packages/FSharpAux)                 | |\n\n## Develop\n\n### ProjectDescription\n\n```mermaid\nflowchart TD\nsubgraph Libraries\n    A(\"FSharpAux.Core [Fable compatible]\")\n    B(\"FSharpAux [F# only]\")\n    B -- depends on --\u003e A\nend\nsubgraph TestSuites\n    D(\"FSharpAux.Tests [Expecto]\")\n    C(\"FSharpAux.Core.Tests [Mocha + Expecto]\")\n    M(\"Mocha [Native]\u003cbr\u003eon transpiled fable js files\")\n    C -- tests --\u003e A\n    D -- tests --\u003e B\n    M -- on transpiled files --\u003e A\nend\nsubgraph Packages\n    F(\"FSharpAux.Core [includes Fable folder]\")\n    G(\"FSharpAux\")\n    A -- packages --\u003e F\n    B -- packages --\u003e G\n    G -- nuget dependency --\u003e F\nend\n```\n\n### Requirements\n\n- .Net 8.0\n- node.js ~16 (higher might work) [only for fable testing]\n- npm ~8 (higher might work) [only for fable testing]\n\n### Setup\n\n1. `dotnet tool restore`\n1. `npm install`\n\n### Build Tasks\n\nBuild tasks are contained in ./build/build.fsproj.\n\nTo build the project, run either `./build.cmd` or `./build.sh`\n\nTo pass build targets: `./build.cmd \u003ctagetName\u003e` or `./build.sh \u003ctagetName\u003e`\n\n#### Tests\n\n- You can run all tests with `./build.cmd watchtests` in watch mode.\n- Or you can run the tests once with `./build.cmd runtests`.\n- `build/TestTaks.fs` contains more buildtarget to test specific cases.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Ffsharpaux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbiology%2Ffsharpaux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Ffsharpaux/lists"}