summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/zarith
Commit message (Collapse)AuthorAge
* ocamlPackages.zarith: 1.11 → 1.12Vincent Laporte2021-03-12
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* ocamlPackages: stdenv.lib → libsternenseemann2021-01-12
| | | | | | | This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* ocamlPackages.zarith: 1.10 → 1.11Vincent Laporte2021-01-02
|
* ocamlPackages.zarith: 1.9 -> 1.10Théo Zimmermann2020-09-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* ocamlPackages.zarith: 1.8 -> 1.9Yorick van Pelt2019-11-11
|
* ocamlPackages.zarith: 1.8 -> 1.9.1R. RyanTM2019-09-29
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-zarith/versions
* ocamlPackages.zarith: enable for OCaml 4.08Vincent Laporte2019-08-15
|
* ocamlPackages.zarith: 1.7 -> 1.8Austin Seipp2019-04-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Revert "ocamlPackages.zarith: 1.7 -> 1.8"Austin Seipp2019-04-23
| | | | | | | | This reverts commit 1c84236afb6e5c1285112fb1e71539f3ca89ab27. See the explanation in 564653f91d7031495a0b955c744a578352f34576. The lack of CAML_LD_LIBRARY_PATH causes regressions in dependent downstream packages that try to use dllzarith.so directly.
* ocamlPackages.zarith: 1.7 -> 1.8Vincent Laporte2019-04-12
|
* ocamlPackages.zarith: use buildOcaml instead of mkDerivationAustin Seipp2019-01-15
| | | | | | | | | | | | | | | | | | This has two main advantages: - By setting hasSharedObjects = true, buildOcaml will automatically include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent expressions. This is needed to pick up dllzarith.so properly which is shipped as part of the library. - We can kill the ugly assert in the expression and instead change it to use minimumSupportedOcamlVersion. (Note: this was reverted in b44d5136e8a8d2d407, but the change is exactly equivalent -- I wasn't sure what impact zarith might actually have without checking OfBorg, which I wanted to do first.) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"Austin Seipp2019-01-15
| | | | This reverts commit 9d5a7af4e57b79b36cb3920b9ba50b3cbd27d2ea.
* ocamlPackages.zarith: use buildOcaml instead of mkDerivationAustin Seipp2019-01-15
| | | | | | | | | | | | | | This has two main advantages: - By setting hasSharedObjects = true, buildOcaml will automatically include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent expressions. This is needed to pick up dllzarith.so properly which is shipped as party of the library. - We can kill the ugly assert in the expression and instead change it to use minimumSupportedOcamlVersion. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Revert "treewide: fixup breakage due to absolute compiler path"Matthew Bauer2018-08-22
| | | | This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
* treewide: fixup breakage due to absolute compiler pathVladimír Čunát2018-08-21
| | | | | Some packages just can't handle them #44767. It was tempting to try to abstract this in some way, but I didn't do that ATM.
* ocamlPackages.zarith: 1.4.1 -> 1.7 (#42886)Vincent Laporte2018-07-05
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* ocamlPackages.zarith: fix build in chrooted environmentsVincent Laporte2016-11-03
|
* ocamlPackage.zarith: 1.3 -> 1.4.1Vincent Laporte2016-10-17
|
* treewide: use ocaml.version (#19192)Kirill Boltaev2016-10-05
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
|
* zarith: propagate build input gmpVincent Laporte2014-11-07
|
* zarith: update from 1.2.1 to 1.3Vincent Laporte2014-10-10
|
* zarith: fix perl pathAustin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* ocaml-packages: add zarith 1.2.1Austin Seipp2014-05-01
Signed-off-by: Austin Seipp <aseipp@pobox.com>