16 buildDunePackage rec {
17 pname = "get-activity-lib";
20 src = fetchFromGitHub {
22 repo = "get-activity";
24 hash = "sha256-QU/LPIxcem5nFvSxcNApOuBu6UHqLHIXVSOJ2UT0eKA=";
27 minimalOCamlVersion = "4.08";
29 buildInputs = [ ppx_yojson_conv ];
31 propagatedBuildInputs = [
48 homepage = "https://github.com/tarides/get-activity";
49 description = "Collect activity and format as markdown for a journal (lib)";
50 license = lib.licenses.mit;
51 changelog = "https://github.com/tarides/get-activity/releases/tag/${version}";
52 maintainers = with lib.maintainers; [ zazedd ];