{ lib, mkCoqDerivation, coq, version ? null }: with lib; mkCoqDerivation { pname = "ceres"; repo = "coq-ceres"; owner = "Lysxia"; inherit version; defaultVersion = if versions.isGe "8.8" coq.version then "0.4.0" else null; release."0.4.0".sha256 = "sha256:0zwp3pn6fdj0qdig734zdczrls886al06mxqhhabms0jvvqijmbi"; meta = { description = "Library for serialization to S-expressions"; license = licenses.mit; maintainers = with maintainers; [ Zimmi48 ]; }; }