bc is an arbitrary precision numeric processing language. See documentation
- The Core Planners: [email protected]
Binary package
Binary packages can be set as runtime or build time dependencies. See Defining your dependencies for more information.
To add core/bc as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/bc)
pkg_deps=(core/bc)
To install this plan, you should run the following commands to first install, and then link the binaries this plan creates.
hab pkg install core/bc --binlink
will add the following binaries to the PATH:
- /bin/dc
- /bin/bc
For example:
$ hab pkg install core/bc --binlink
» Installing core/bc
☁ Determining latest version of core/bc in the 'stable' channel
→ Found newer installed version (core/bc/1.07.1/20200619091101) than remote version (core/bc/1.07.1/20200305233308)
→ Using core/bc/1.07.1/20200619091101
★ Install of core/bc/1.07.1/20200619091101 complete with 0 new packages installed.
» Binlinking dc from core/bc/1.07.1/20200619091101 into /bin
★ Binlinked dc from core/bc/1.07.1/20200619091101 to /bin/dc
» Binlinking bc from core/bc/1.07.1/20200619091101 into /bin
★ Binlinked bc from core/bc/1.07.1/20200619091101 to /bin/bc
You can now use the binary as normal. For example:
/bin/bc --help
or bc --help
$ bc --help
usage: bc [options] [file ...]
-h --help print this usage and exit
-i --interactive force interactive mode
-l --mathlib use the predefined math routines
-q --quiet don't print initial banner
-s --standard non-standard bc constructs are errors
-w --warn warn about non-standard bc constructs
-v --version print version information and exit