{"id":13680014,"url":"https://github.com/zweifisch/ob-fsharp","last_synced_at":"2025-06-26T17:34:06.703Z","repository":{"id":55929620,"uuid":"55891086","full_name":"zweifisch/ob-fsharp","owner":"zweifisch","description":"org-babel functions for fsharp evaluation","archived":false,"fork":false,"pushed_at":"2020-12-06T14:58:13.000Z","size":1,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T15:11:22.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/zweifisch.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2016-04-10T09:38:26.000Z","updated_at":"2023-06-25T17:01:00.000Z","dependencies_parsed_at":"2022-08-15T09:40:41.104Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/ob-fsharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/ob-fsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/ob-fsharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-fsharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113737,"owners_count":23261092,"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":[],"created_at":"2024-08-02T13:01:12.094Z","updated_at":"2025-06-26T17:34:06.674Z","avatar_url":"https://github.com/zweifisch.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* ob-fsharp\n\n** supported header arguments\n\n- session\n\n** examples\n\n: #+BEGIN_SRC fsharp :session fib\n: let rec fib = function\n:    | n when n=0 -\u003e 0\n:    | n when n=1 -\u003e 1\n:    | n -\u003e fib(n - 1) + fib(n - 2)\n: #+END_SRC\n\n: #+RESULTS:\n: : val fib : _arg1:int -\u003e int\n\n: #+BEGIN_SRC fsharp :session fib\n: List.map fib [1..9]\n: #+END_SRC\n\n: #+RESULTS:\n: : val it : int list = [1; 1; 2; 3; 5; 8; 13; 21; 34]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fob-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-fsharp/lists"}