{"id":18988278,"url":"https://github.com/marhop/exiftool-haskell","last_synced_at":"2025-10-03T15:19:07.214Z","repository":{"id":62435934,"uuid":"293896567","full_name":"marhop/exiftool-haskell","owner":"marhop","description":"Haskell bindings to ExifTool","archived":false,"fork":false,"pushed_at":"2024-04-01T19:48:48.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T23:54:59.091Z","etag":null,"topics":["exiftool","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marhop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-08T18:36:34.000Z","updated_at":"2023-12-03T06:44:30.000Z","dependencies_parsed_at":"2024-11-08T16:45:37.760Z","dependency_job_id":"9191dbdc-e583-46b7-bab5-d12569182bd2","html_url":"https://github.com/marhop/exiftool-haskell","commit_stats":{"total_commits":69,"total_committers":1,"mean_commits":69.0,"dds":0.0,"last_synced_commit":"6b996c2d65604feedc17bc2ad67b1174e436f676"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fexiftool-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fexiftool-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fexiftool-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fexiftool-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marhop","download_url":"https://codeload.github.com/marhop/exiftool-haskell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249830852,"owners_count":21331357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exiftool","haskell"],"created_at":"2024-11-08T16:43:20.343Z","updated_at":"2025-10-03T15:19:07.144Z","avatar_url":"https://github.com/marhop.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exiftool-haskell\n\n[![Hackage](https://img.shields.io/hackage/v/exiftool)](https://hackage.haskell.org/package/exiftool)\n[![CI](https://github.com/marhop/exiftool-haskell/actions/workflows/ci.yml/badge.svg)](https://github.com/marhop/exiftool-haskell/actions/workflows/ci.yml)\n\nHaskell bindings to the [ExifTool](https://exiftool.org) command-line\napplication that enable reading, writing and deleting metadata in various file\nformats.\n\nFull documentation is on [Hackage](https://hackage.haskell.org/package/exiftool/docs/ExifTool.html).\nA short code example:\n\n```haskell\n{-# LANGUAGE OverloadedStrings #-}\n\nimport Data.Text (Text)\nimport ExifTool\n\ndata Foo = Foo\n  { description :: Text,\n    resolution :: Int\n  }\n  deriving (Show)\n\nmain :: IO ()\nmain = withExifTool $ \\et -\u003e do\n  m \u003c- readMeta et [] \"a.jpg\"\n  print $ Foo \u003c$\u003e get (Tag \"Description\") m \u003c*\u003e get (Tag \"XResolution\") m\n  let m' = del (Tag \"Description\") . set (Tag \"XResolution\") (42 :: Int) $ m\n  writeMeta et m' \"a.jpg\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarhop%2Fexiftool-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarhop%2Fexiftool-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarhop%2Fexiftool-haskell/lists"}