Popularity
5.3
Declining
Activity
0.0
Stable
8
3
3
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Development
macosx-make-standalone alternatives and similar packages
Based on the "Development" category.
Alternatively, view macosx-make-standalone alternatives based on common mentions on social networks and blogs.
-
ShellCheck
ShellCheck, a static analysis tool for shell scripts -
hadolint
Dockerfile linter, validate inline bash, written in Haskell -
intero
Complete interactive development program for Haskell -
fay-base
A proper subset of Haskell that compiles to JavaScript -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
retrie
Retrie is a powerful, easy-to-use codemodding tool for Haskell. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
c2hs
c2hs is a pre-processor for Haskell FFI bindings to C libraries -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
hie-bios
Set up a GHC API session for various Haskell Projects -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
gtk2hs-buildtools
GUI library for Haskell based on GTK+ -
threadscope
A graphical tool for profiling parallel Haskell programs
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of macosx-make-standalone or a related project?
Popular Comparisons
README
macosx-make-standalone
Modify a MacOSX app bundle to include non standard .dylibs, so it can be run without development environment
Installation
- Requires Haskell (7.4.1 onwards)
- Installs via hackage or from this source repo via cabal
- Hackage: cabal install macosx-make-standalone
- From repo: cabal configure cabal build cabal install
Manual
Invocation:
macosx-make-standalone mac app bundle
Options:
- see option --help, currently only verbosity and debug info dump
What is does, restrictions:
- Copies all non /usr/lib
.dylib
files intomac app bundle/Contents/lib/
. - Changes all references to the old library into refs to the copied libraries, in the
mac app bundle/Contents/MacOS/app name
as well as the copied libraries. - Resolves symbolic links of referenced libraries (thus not for
mac app bundle
). - In case of duplicate libraries ending up with the same copy name, an arbitrary one is picked (no problem if they are equal).
- Can only be run once, i.e. is not idempotent.
- Under the hood the development tools
otool
andinstall_name_tool
are used, ensure that they are on the searchpath for shell commands.
Tested with
A single wxHaskell based application, on MacOSX 10.8