about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
Commit message (Collapse)AuthorAge
* ocamlPackages.emile: init at 1.1sternenseemann2021-01-22
|
* ocamlPackages.pecu: init at 0.5sternenseemann2021-01-22
|
* ocamlPackages.ppxlib: Add version 0.18.0Jules Aguillon2021-01-22
| | | | The default version is still 0.15.0 to avoid breaking other packages.
* ocamlPackages.hxd: init at 0.2.0sternenseemann2021-01-22
|
* ocamlPackages.wodan: init unstable-2020-11-20Emery Hemingway2021-01-22
|
* ocamlPackages.mirage-crypto*: 0.8.8 -> 0.8.10sternenseemann2021-01-21
| | | | ocamlPackages.x509: fix tests for mirage-crypto >= 0.8.9
* ocamlPackages.opam-file-format: 2.0.0 -> 2.1.2sternenseemann2021-01-21
|
* ocamlPackages.yojson: use dune install in installPhasesternenseemann2021-01-21
|
* ocamlPackages.rope: use dune installsternenseemann2021-01-21
|
* ocamlPackages.lua-ml: install using opaline instead of inheriting from dunesternenseemann2021-01-21
|
* Merge pull request #110248 from zowoq/ocamlSandro2021-01-21
|\ | | | | ocamlPackages.*: use spaces for indentation
| * ocamlPackages.*: use spaces for indentationzowoq2021-01-21
| |
* | ocamlPackages.ppx_tools: 6.2 → 6.3 (add 4.12 support) (#110009)Antonio Nuno Monteiro2021-01-21
| |
* | treewide: editorconfig fixeszowoq2021-01-21
|/ | | | | - remove trailing whitespace - use spaces for indentation
* Merge pull request #106060 from r-ryantm/auto-update/ocaml4.10.0-optintSandro2021-01-21
|\ | | | | ocamlPackages.optint: 0.0.3 -> 0.0.4
| * ocamlPackages.optint: 0.0.3 -> 0.0.4R. RyanTM2020-12-06
| |
* | treewide: editorconfig fixeszowoq2021-01-20
| | | | | | | | | | - remove trailing whitespace - use spaces for indentation
* | 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.mdx: 1.7.0 -> 1.8.0Antonio Nuno Monteiro2021-01-19
| |
* | ocamlPackages.toml: 5.0.0 → 6.0.0Vincent Laporte2021-01-19
| |
* | ocamlPackages.mimic: init at 0.0.1sternenseemann2021-01-18
| |
* | ocamlPackages.awa: init at 0.0.1sternenseemann2021-01-18
| |
* | ocamlPackages.ocurl: enable curl.lwtsternenseemann2021-01-16
| |
* | ocamlPackages.dns*: 4.6.2 -> 4.6.3sternenseemann2021-01-13
| |
* | ocamlPackages.charInfo_width: use Dune 2Vincent Laporte2021-01-13
| |
* | ocamlPackages.zed: refactorVincent Laporte2021-01-13
| | | | | | | | | | | | | | | | Remove legacy version 1.4 (whose evaluation actually fails) Refactor with `buildDunePackage` Use dune 2
* | ocamlPackages.nonstd: fix fetch error by using fetchzipsternenseemann2021-01-13
| |
* | ocamlPackages.lens: 1.2.3 → 1.2.4Vincent Laporte2021-01-13
| |
* | ocamlPackages: remove redundant stdenv importssternenseemann2021-01-12
| |
* | ocamlPackages: stdenv.lib → libsternenseemann2021-01-12
| | | | | | | | | | | | | | This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
* | ocamlPackages.ppx_gen_rec: use Dune 2Vincent Laporte2021-01-12
| |
* | 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.bap: Correct build dependenciesPamplemousse2021-01-11
| | | | | | | | | | | | | | As pointed upstream: https://github.com/BinaryAnalysisPlatform/bap/issues/1261#issuecomment-754926500 Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* | Merge branch 'master' into staging-nextMichael Weiss2021-01-09
|\ \ | | | | | | | | | | | | Manually resolved a conflict in pkgs/development/libraries/libbladeRF/default.nix.
| * | coqPackages: refactorCyril Cohen2021-01-09
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-01-08
|\| |
| * | ocamlPackages.csexp: use Dune 2Vincent Laporte2021-01-08
| | |
* | | Merge branch 'master' into staging-nextJan Tojnar2021-01-07
|\| | | | | | | | | | | 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.
| * | ocamlPackages.ppx_tools_versioned: use dune 2sternenseemann2021-01-07
| | |
| * | ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2Vincent Laporte2021-01-07
| | |
| * | ocamlPackages.bitstring: 3.1.1 → 4.0.1Vincent Laporte2021-01-07
| | | | | | | | | | | | ocamlPackages.ppx_bitsring: init at 4.0.1
| * | ocamlPackages.bisect_ppx: 1.4.0 → 2.5.0Vincent Laporte2021-01-06
| | |
| * | ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0Vincent Laporte2021-01-06
| | | | | | | | | | | | This package is no longer maintained.
| * | ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0Vincent Laporte2021-01-05
| | | | | | | | | | | | ocamlPackages.utop: 2.4.3 → 2.6.0
| * | ocamlPackages.mew_vi: init at 0.5.0Vincent Laporte2021-01-05
| | | | | | | | | | | | This is a vi-like modal editing engine generator.
| * | ocamlPackages.mew: init at 0.1.0Vincent Laporte2021-01-05
| | | | | | | | | | | | A general modal editing engine generator
| * | ocamlPackages.trie: init at 1.0.0Vincent Laporte2021-01-05
| | | | | | | | | | | | Strict impure trie tree in OCaml
| * | ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8sternenseemann2021-01-05
| | | | | | | | | | | | New package: ocamlPackages.mirage-crypto-rng-async
* | | Merge master into staging-nextgithub-actions[bot]2021-01-05
|\| |
| * | ocamlPackages.ppx_import: use dependencies as listed in opam filesternenseemann2021-01-04
| | |