{"id":15690205,"url":"https://github.com/kant2002/fstarsample","last_synced_at":"2026-03-13T15:04:32.265Z","repository":{"id":49804452,"uuid":"514575024","full_name":"kant2002/fstarsample","owner":"kant2002","description":"Sample how to perform export of F* to F# with Nuget","archived":false,"fork":false,"pushed_at":"2024-09-18T08:06:15.000Z","size":414,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T03:32:32.990Z","etag":null,"topics":["fstar"],"latest_commit_sha":null,"homepage":"","language":"F*","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/kant2002.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-16T12:41:10.000Z","updated_at":"2024-10-01T07:02:53.000Z","dependencies_parsed_at":"2024-09-18T10:27:55.852Z","dependency_job_id":null,"html_url":"https://github.com/kant2002/fstarsample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kant2002/fstarsample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Ffstarsample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Ffstarsample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Ffstarsample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Ffstarsample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kant2002","download_url":"https://codeload.github.com/kant2002/fstarsample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Ffstarsample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30469148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fstar"],"created_at":"2024-10-03T18:08:17.673Z","updated_at":"2026-03-13T15:04:32.218Z","avatar_url":"https://github.com/kant2002.png","language":"F*","readme":"F* sample\n=========\n\nThis is sample how to use new Nuget package for Ulib.\nThis repo is to test how things would work, and from that point move toward publishing process.\n\nFor now I place ulibfs package to the Myget, once things become stable and both me and F* team are happy,\nI would work on publishing process.\n\n# How to get started\n\nDefine environment variable `FSTAR_HOME` for root folder of FStar installation.\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cconfiguration\u003e\n  \u003cpackageSources\u003e\n    \u003c!--To inherit the global NuGet package sources remove the \u003cclear/\u003e line below --\u003e\n    \u003cclear /\u003e\n    \u003cadd key=\"nuget\" value=\"https://api.nuget.org/v3/index.json\" /\u003e\n  \u003c/packageSources\u003e\n\u003c/configuration\u003e\n```\n\nCreate new global.json, or add `msbuild-sdks` values as shown below.\n```json\n{\n  \"msbuild-sdks\": {\n    \"FStarLang.Sdk\": \"0.1.2\"\n  }\n}\n```\n\nthen switch to project directory and run usual .NET commands.\n\n```bash\ndotnet restore\ndotnet run\n```\n\nThis sample working using MSBuild SDK from this repo: https://github.com/kant2002/FStarMSBuildSdk\n\n## Notes\n\n`printf` sample does not working. It's hitting https://github.com/FStarLang/FStar/issues/2650 and also require https://github.com/FStarLang/FStar/pull/2656 (landed master, not released). \nSo please wait.\n\n`gc` sample is very much barebone. I would like to make closer to https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/sample/GCSample.cpp in spirit. On the other side, this sample show how you can mix F* and F#\n\n`CryptoCore` sample extracts, but does not have working code. This is for my personal testing.\n\nCurrently export can work only on F# 5.0, please set this language `\u003cLangVersion\u003e5.0\u003c/LangVersion\u003e` in the project.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkant2002%2Ffstarsample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkant2002%2Ffstarsample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkant2002%2Ffstarsample/lists"}