diff --git a/sys/include/cbor.h b/sys/include/cbor.h
index 27648e831159f3e76e85d4c612e7b11ffcaa4f55..68ab078e66eec9950ce4179d68fbd96960b21218 100644
--- a/sys/include/cbor.h
+++ b/sys/include/cbor.h
@@ -14,6 +14,10 @@
  *
  * @brief CBOR serializer/deserializer
  *
+ * @deprecated This library is based on a draft-version of
+ *             [RFC7049](https://tools.ietf.org/html/rfc7049) and also has other
+ *             flaws. Please use alternatives like @ref pkg_cn-cbor instead.
+ *
  * This is an implementation suited for constrained devices
  * Characteristics:
  * - No dynamic memory allocation (i.e. no calls to `malloc()`, `free()`) used