package topkg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The transitory OCaml software packager
Install
dune-project
Dependency
Authors
Maintainers
Sources
topkg-0.7.9.tbz
sha256=90ff145026f5917f3d9e26bc9b604b55bd369dc3b8a38371ec1ebab6d2afd1ff
md5=6884403eebd3b41a58f59559767ec5b1
doc/CHANGES.html
v0.7.9 2016-09-21 Zagreb
- Better package parsing in ocamlbuild _tags files. Thanks to Thomas Gazagnaire for the report.
- Remove references to internal names in the API.
v0.7.8 2016-08-09 Zagreb
- Add a
--profileconfiguration key. Thanks to David Kaloper Meršinjak for the patch. - Add
OS.File.write_subst. Allows clients to substitute watermark like variables in hooks. - Add
Pkg.{build,clean}_cmd. Allows clients to extend the default build system invocation. - Be more quiet on package builds (log the
.installfile written message at info level). - Remove Topkg_care.Browser. Depend on the
webbrowserpackage instead.
v0.7.7 2016-07-13 Cambridge (UK)
- Test description, allow to specify a working directory for the test via the
?diroptional argument. Thanks to Thomas Gazagnaire for suggesting. - Fix behaviour of pinned distribution watermarking when git repo is not at the root directory of the package and
--vcs trueis forced. - Fix pkg/pkg.ml's main's ignoring
TOPKG_VERBOSITY's value. - Toy GitHub delegate: fix log verbosity propagation.
- Fix
Vcs.is_dirtyto detect untracked files. Thanks to Hannes Mehnert. - Pager, do not try to discover if
TERMvariable is undefined. - Add
topkg runto easily run built executables.
v0.7.6 2016-07-01 Cambridge (UK)
- Add
pkg/pkg.ml cleancommand. Removes the OPAM install file and performs an effect that can be specified viacleanin thePkg.builddescription. Thetopkg cleancommand now simply forwards to this command. - Change the signature of the build command
cmdin thePkg.buildspecification. This is an API breaking change but does not affect any published package. See #53 for details. - Add
Conf.OCaml.word_size. Reports the bit word size for the programs that are produced by a given compiler. - Build configuration key parsing. Fail hard on any error instead of warn and continue (#56). Thanks to Thomas Gazagnaire for suggesting the previous idea was a terrible one.
- Add a
--debugconfiguration key. Defaults totrueor the value of theTOPKG_CONF_DEBUGenvironment variable. The default build system invocation is changed to enable save of debugging information in build artefacts if they key istrue. The key is generally not meant to be specified by packagers so that the policy can changed in bulk over topkg packages (#54). Pkg.files_to_watermarkdefault function. Make sure only files are returned (#58). Fixes problems with symlinks to directories in git checkout. Thanks to Thomas Gazagnaire for reporting.- Improve error message of some
Topkg.OSfunctions (#57). - Remove deprecated
--installerconfiguration key. topkg lintfix regression in error OPAM lint report.
v0.7.5 2016-06-22 Cambridge (UK)
topkg docadd short option-dfor--dev.- Fix
Pkg.mllib, module list was lowercased rather than uncapitalized.
v0.7.4 2016-06-17 Cambridge (UK)
- Add test description and run support. New
topkg testcommand. - Add distribution publication description support. Allows to define the set of default publication artefacts in the package description. The cli syntax of
topkg publishfor alternative artefacts changes fromalt KINDtoalt-KIND. - Distributed (and thus installed) OPAM files are now properly versioned via the
version:field. - Improve tarball reproducibility across systems by not relying on the VCS checkout state for determining the read and write rights (#43).
- OPAM package submission: use the
opam-publishsubmit message to append the release notes to the submission. - Toy GitHub delegate: improve user authentication by trying to steal an existing opam-publish token.
- Toy GitHub delegate: improve package documentation publication. Thanks to Thomas Gazagnaire for the patches.
- Error message and IPC logging level propagation improvements. Thanks to Thomas Gazagnaire for the help.
v0.7.3 2016-06-12 Cambridge (UK)
- Change pin build detection (#44). This changes OPAM build instruction for packages. Substitute
"--installer" "true"by"--pinned" "%{pinned}%"in build instructions. The--installeroption is deprecated and has no effect.
v0.7.2 2016-06-02 Cambridge (UK)
Pkg.describe, allow multiple readme, change log and license files. The optional argumentsreadme,change_logandlicensebecomereadmes,change_logs,licenseswith the same default. When topkg needs to act on a change log (e.g.topkg log) or readme (e.g.topkg opam descr), it acts on the first element ofchange_logand/orreadmes.- Fix
Conf.vcsdiscovery to only look for a git directory in the build directory (#42).
v0.7.1 2016-05-26 Arbaz (VS)
- Improve Windows support. Thanks to Andreas Hauptmann for the help.
v0.7.0 2016-05-22 La Forclaz (VS)
First release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page