binembed-example: Example project using binembed to embed data in object files.

[ bsd3, distribution, program ] [ Propose Tags ]

binembed-example prints out its source code, embedded into it at compile time using the "binembed" package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.3
Dependencies base (>=4 && <4.9), binembed (>=0.1 && <0.2), bytestring (>=0.9 && <0.11), containers (>=0.2 && <0.6), filepath (>=1 && <1.5) [details]
License BSD-3-Clause
Author Claude Heiland-Allen
Maintainer claude@mathr.co.uk
Category Distribution
Home page http://code.mathr.co.uk/binembed
Source repo head: git clone http://code.mathr.co.uk/binembed.git(example)
this: git clone http://code.mathr.co.uk/binembed.git(tag v0.1.0.3)(example)
Uploaded by ClaudeHeilandAllen at 2015-04-08T14:35:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables binembed-example
Downloads 1891 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-27 [all 10 reports]

Readme for binembed-example-0.1.0.3

[back to package description]
binembed is designed to be as simple as possible to use.  This example
package contains two programs, each of which print out the sources of
the package.

Usage from Haskell:
  Example.binembed
  Main_haskell.hs
  Setup.hs
  binembed-example.cabal
  -- 'cabal sdist' is currently broken; use 'runhaskell Setup.hs sdist'

Usage from C:
  Example.binembed
  main_c.c
  Makefile
  -- 'make install' is currently unimplemented