@hackage / binembed-example

Example project using binembed to embed data in object files.

Latest0.1.0.3

About

Metadata

  • Last updated , by ClaudeHeilandAllen
  • License BSD-3-Clause
  • Categories Package Distribution
  • Maintained by: claude@mathr.co.uk

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

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