Difference between revisions of "BSD"

From HaskellWiki
Jump to navigation Jump to search
(Undo revision 66753 by Atravers (talk) - FreeBSD is a tier-2 supported platform)
Tag: Undo
(Reference to GHC platform support-status page included)
Line 1: Line 1:
  +
<i>Note: If support for GHC on your combination of OS and hardware is incomplete, see</i> https://gitlab.haskell.org/ghc/ghc/-/wikis/platforms <i> for more information about its level of support.</i>
  +
----<br>
  +
 
Tips and tricks for users of the BSDs (Note, Mac users, are you looking for [[Mac OS X]] tips?)
 
Tips and tricks for users of the BSDs (Note, Mac users, are you looking for [[Mac OS X]] tips?)
   

Revision as of 16:24, 20 September 2024

Note: If support for GHC on your combination of OS and hardware is incomplete, see https://gitlab.haskell.org/ghc/ghc/-/wikis/platforms for more information about its level of support.



Tips and tricks for users of the BSDs (Note, Mac users, are you looking for Mac OS X tips?)

FreeBSD

There are ports and packages:

More information in the FreeBSD Wiki's Haskell page

There are Haskell libraries and programs for handling your FreeBSD Ports:

  • porte (ports-mgmt/porte) provides an interface to searching ports index fields and collecting frequency statistics for these
  • newports lists ports newer than N days

OpenBSD

There are ports and packages:

Specific tools:

NetBSD, DragonFly BSD (and others using pkgsrc)

There are ports in pkgsrc:

Miscellaneous BSD-specific packages

  • bsd-sysctl provides access to the BSD sysctl(3) interface

This article is a stub. You can help by expanding it.