ocamlPackages.async_smtp: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-05 09:47:23 +01:00 committed by Vincent Laporte
parent 6b4546dfc2
commit e21396d81c
2 changed files with 2 additions and 0 deletions

View file

@ -120,6 +120,7 @@ with self;
};
async_smtp = janePackage {
duneVersion = "3";
pname = "async_smtp";
hash = "1xf3illn7vikdxldpnc29n4z8sv9f0wsdgdvl4iv93qlvjk8gzck";
meta.description = "SMTP client and server";

View file

@ -131,6 +131,7 @@ with self;
};
async_smtp = janePackage {
duneVersion = "3";
pname = "async_smtp";
hash = "1m00j7wcb0blipnc1m6by70gd96a1k621b4dgvgffp8as04a461r";
minimumOCamlVersion = "4.12";