summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
AgeCommit message (Collapse)Author
2021-01-21ocamlPackages.mirage-crypto*: 0.8.8 -> 0.8.10sternenseemann
ocamlPackages.x509: fix tests for mirage-crypto >= 0.8.9
2021-01-21ocamlPackages.opam-file-format: 2.0.0 -> 2.1.2sternenseemann
2021-01-21ocamlPackages.yojson: use dune install in installPhasesternenseemann
2021-01-21ocamlPackages.rope: use dune installsternenseemann
2021-01-21ocamlPackages.lua-ml: install using opaline instead of inheriting from dunesternenseemann
2021-01-21Merge pull request #110248 from zowoq/ocamlSandro
ocamlPackages.*: use spaces for indentation
2021-01-21ocamlPackages.ppx_tools: 6.2 → 6.3 (add 4.12 support) (#110009)Antonio Nuno Monteiro
2021-01-21treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-21ocamlPackages.*: use spaces for indentationzowoq
2021-01-21Merge pull request #106060 from r-ryantm/auto-update/ocaml4.10.0-optintSandro
ocamlPackages.optint: 0.0.3 -> 0.0.4
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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.
2021-01-19ocamlPackages.mdx: 1.7.0 -> 1.8.0Antonio Nuno Monteiro
2021-01-19ocamlPackages.toml: 5.0.0 → 6.0.0Vincent Laporte
2021-01-18ocamlPackages.mimic: init at 0.0.1sternenseemann
2021-01-18ocamlPackages.awa: init at 0.0.1sternenseemann
2021-01-16ocamlPackages.ocurl: enable curl.lwtsternenseemann
2021-01-13ocamlPackages.dns*: 4.6.2 -> 4.6.3sternenseemann
2021-01-13ocamlPackages.charInfo_width: use Dune 2Vincent Laporte
2021-01-13ocamlPackages.zed: refactorVincent Laporte
Remove legacy version 1.4 (whose evaluation actually fails) Refactor with `buildDunePackage` Use dune 2
2021-01-13ocamlPackages.nonstd: fix fetch error by using fetchzipsternenseemann
2021-01-13ocamlPackages.lens: 1.2.3 → 1.2.4Vincent Laporte
2021-01-12ocamlPackages: remove redundant stdenv importssternenseemann
2021-01-12ocamlPackages: stdenv.lib → libsternenseemann
This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
2021-01-12ocamlPackages.ppx_gen_rec: use Dune 2Vincent Laporte
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2021-01-11ocamlPackages.bap: Correct build dependenciesPamplemousse
As pointed upstream: https://github.com/BinaryAnalysisPlatform/bap/issues/1261#issuecomment-754926500 Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-09Merge branch 'master' into staging-nextMichael Weiss
Manually resolved a conflict in pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09coqPackages: refactorCyril Cohen
2021-01-08Merge master into staging-nextgithub-actions[bot]
2021-01-08ocamlPackages.csexp: use Dune 2Vincent Laporte
2021-01-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07ocamlPackages.ppx_tools_versioned: use dune 2sternenseemann
2021-01-07ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2Vincent Laporte
2021-01-07ocamlPackages.bitstring: 3.1.1 → 4.0.1Vincent Laporte
ocamlPackages.ppx_bitsring: init at 4.0.1
2021-01-06ocamlPackages.bisect_ppx: 1.4.0 → 2.5.0Vincent Laporte
2021-01-06ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0Vincent Laporte
This package is no longer maintained.
2021-01-05ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0Vincent Laporte
ocamlPackages.utop: 2.4.3 → 2.6.0
2021-01-05ocamlPackages.mew_vi: init at 0.5.0Vincent Laporte
This is a vi-like modal editing engine generator.
2021-01-05ocamlPackages.mew: init at 0.1.0Vincent Laporte
A general modal editing engine generator
2021-01-05ocamlPackages.trie: init at 1.0.0Vincent Laporte
Strict impure trie tree in OCaml
2021-01-05ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8sternenseemann
New package: ocamlPackages.mirage-crypto-rng-async
2021-01-05Merge master into staging-nextgithub-actions[bot]
2021-01-04ocamlPackages.ppx_import: use dependencies as listed in opam filesternenseemann
2021-01-04Merge staging-next into staginggithub-actions[bot]
2021-01-04ocamlPackages.ppx_blob: 0.7.1 -> 0.7.2sternenseemann
2021-01-04ocamlPackages.csv: use Dune 2Vincent Laporte
2021-01-03Merge staging-next into staginggithub-actions[bot]
2021-01-03ocamlPackages.ocaml-monadic: use dune 2sternenseemann
2021-01-03Merge staging-next into stagingzowoq