feat(fsharp): add ob-fsharp

Add org-babel support for F#
This commit is contained in:
Ellis Kenyő 2022-04-06 13:28:02 +01:00 committed by Henrik Lissner
parent 1f4b9b73fc
commit ca73a689ab

View file

@ -101,6 +101,10 @@
(package! ob-crystal :pin "d84c1adee4b269cdba06a97caedb8071561a09af"))
(when (featurep! :lang elixir)
(package! ob-elixir :pin "8990a8178b2f7bd93504a9ab136622aab6e82e32"))
(when (featurep! :lang fsharp)
(package! ob-fsharp
:recipe (:host github :repo "elken/ob-fsharp")
:pin "ca3d4568da6c82ff32a8d289743b059d9f909c67"))
(when (featurep! :lang go)
(package! ob-go :pin "2067ed55f4c1d33a43cb3f6948609d240a8915f5"))
(when (featurep! :lang graphql)