{"id":63238,"library":"cavaliercoder-go-cpio","title":"Go CPIO","description":"Package cpio implements access to CPIO archives, supporting the SVR4 (New ASCII) format with and without checksums.","status":"active","version":"1.0.1","language":"go","source_language":null,"source_url":"https://github.com/cavaliercoder/go-cpio","tags":["cpio","archive","compression"],"install":[{"cmd":"go get github.com/cavaliercoder/go-cpio","lang":"bash","label":"Install github.com/cavaliercoder/go-cpio"}],"dependencies":[],"imports":[{"symbol":"cpio","correct":"github.com/cavaliercoder/go-cpio"}],"quickstart":{"code":"package main\n\nimport (\n\t\"archive/tar\"\n\t\"bytes\"\n\t\"fmt\"\n\t\"github.com/cavaliercoder/go-cpio\"\n)\n\nfunc main() {\n\tvar buf bytes.Buffer\n\tw := cpio.NewWriter(&buf)\n\thdr := &cpio.Header{Name: \"test.txt\", Size: 4}\n\tw.WriteHeader(hdr)\n\tw.Write([]byte(\"test\"))\n\tw.Close()\n\tfmt.Println(\"CPIO archive created\")\n}","lang":"go","description":"Create a CPIO archive"},"warnings":[],"env_vars":null,"search_vec":"'access':6 'archiv':9,21 'ascii':14 'checksum':19 'compress':22 'cpio':2,4,8,20 'format':15 'go':1 'implement':5 'new':13 'packag':3 'support':10 'svr4':12 'without':18","created_at":"2026-06-17T16:41:23.505510+00:00","updated_at":"2026-06-17T16:41:23.505510+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/cavaliercoder/go-cpio","github":"https://github.com/cavaliercoder/go-cpio","docs":"https://pkg.go.dev/github.com/cavaliercoder/go-cpio#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}