Package Details: fsharp-fslexyacc 10.0.0-1

Git Clone URL: https://aur.archlinux.org/fsharp-fslexyacc.git (read-only, click to copy)
Package Base: fsharp-fslexyacc
Description: Tools for FsLex/FsYacc lexer/parser generation tools
Upstream URL: https://fsprojects.github.io/FsLexYacc/
Licenses: Apache
Submitter: martoko
Maintainer: martoko
Last Packager: martoko
Votes: 0
Popularity: 0.000000
First Submitted: 2019-01-02 14:06 (UTC)
Last Updated: 2019-11-21 16:28 (UTC)

Pinned Comments

martoko commented on 2019-01-02 14:13 (UTC)

To use with fsharpi pass the -r flag to the runtime:

fsharpi -r /usr/lib/mono/fsharp/FsLexYacc.Runtime.dll MyCoolFSharpFile.fs 

Latest Comments

martoko commented on 2019-01-02 14:13 (UTC)

To use with fsharpi pass the -r flag to the runtime:

fsharpi -r /usr/lib/mono/fsharp/FsLexYacc.Runtime.dll MyCoolFSharpFile.fs 

martoko commented on 2019-01-02 14:12 (UTC)

Things I wouldn't mind getting feedback on:

  • I am right now installing to /usr/lib/mono/fsharp should this perhaps be /usr/lib/fslexyacc instead? (creates problem with finding FSharp.Core.dll)
  • Right now this is prepared by using nuget, should I perhaps download the packages directly? So that I may verify the hashes.