@@ -3009,3 +3009,27 @@ related Desktop Applications using PyQt5. It belongs to the Cura project
from Ultimaker.")
(license license:lgpl3)))
+(define-public libCharon
+ (package
+ (name "libCharon")
+ (version "4.7.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Ultimaker/libCharon")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1hcjbn29rlvy4xcscnnnyck91fg9cvnc73x50g1ir3y3l1gplc2k"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("pytest" ,python-pytest)))
+ (inputs
+ `(("python" ,python)))
+ (home-page "https://github.com/Ultimaker/libCharon")
+ (synopsis "File metadata and streaming library")
+ (description "libCharon is a python file metadata and streaming library. It
+belongs to the Cura project from Ultimaker.")
+ (license license:lgpl3)))
+