summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bap
Commit message (Collapse)AuthorAge
* ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid2022-02-24
| | | | | To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
* ocamlPackages.bap: fix buildVincent Laporte2022-02-11
|
* treewide: rename name to pname&version (#158454)Felix Bühler2022-02-10
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* ocamlPackages.bap: fix for multiple outputs llvmPackagessternenseemann2021-05-18
| | | | | | 7869d1654517c028aa76fc1dedc9b5ac301a867a split all packages in llvmPackages into multiple outputs. The default output of llvm doesn't contain llvm-config, so we need to explicitly choose llvm.dev here.
* ocamlPackages.bap: 2.1.0 → 2.2.0Vincent Laporte2021-02-26
| | | | libbap: 2019-11-15 → 2020-11-25
* 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.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>
* ocamlPackages.bitstring: 3.1.1 → 4.0.1Vincent Laporte2021-01-07
| | | | ocamlPackages.ppx_bitsring: init at 4.0.1
* ocamlPackages.bap: 2.0.0 → 2.1.0Vincent Laporte2020-10-08
|
* ocamlPackages.bap: 1.6.0 -> 2.0.0Matthew Maurer2020-08-14
| | | | Also roll libbap forwards, as it does not build against the new bap.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: CAML_LD_LIBRARY_PATH may be undefinedJohn Ericson2019-11-14
|
* ocamlPackages.janeStreet: init at 0.12 (for OCaml ≥ 4.07)Vincent Laporte2019-09-10
| | | | | | | | | Also add a few legacy packages at version 0.11 for OCaml ≥ 4.07: configurator, ppx_core, ppx_driver, ppx_type_conv ocamlPackages.bap: disable for OCaml ≥ 4.07 ocamlPackages.bistro: 0.4.0 -> 0.5.0
* bap: build with llvm_8Franz Pletz2019-09-03
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* ocamlPackages.bap: 1.4.0 -> 1.6.0Vincent Laporte2019-05-05
| | | | libbap: 2018-03-01 -> 2019-04-05
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* ocamlPackages.bap: fix build with re-1.7.3Vincent Laporte2018-06-24
|
* bap: 1.2 -> 1.4Matthew Maurer2018-03-01
|
* ocamlPackages.bap: mark as broken on OCaml ≥ 4.03Vincent Laporte2017-06-28
|
* bap: init at 1.2.0Matthew Maurer2017-04-04