ocamlPackages.ppx_bap: use Dune 3

This commit is contained in:
Vincent Laporte 2023-05-02 06:07:30 +02:00
parent 449e1cf294
commit f66a49ccbb
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -15,9 +15,9 @@
buildDunePackage rec {
pname = "ppx_bap";
version = "0.14";
useDune2 = true;
duneVersion = "3";
minimumOCamlVersion = "4.07";
minimalOCamlVersion = "4.07";
src = fetchFromGitHub {
owner = "BinaryAnalysisPlatform";