An open API service indexing awesome lists of open source software.

https://github.com/chances/dbpf-d

D library to read and write Database Packed File (DBPF) archives
https://github.com/chances/dbpf-d

dbpf simcity4 sims2 spore

Last synced: 3 months ago
JSON representation

D library to read and write Database Packed File (DBPF) archives

Awesome Lists containing this project

README

          

# DBPF

[![DUB Package](https://img.shields.io/dub/v/dbpf.svg)](https://code.dlang.org/packages/dbpf)
[![DBPF CI](https://github.com/chances/dbpf-d/actions/workflows/ci.yml/badge.svg)](https://github.com/chances/dbpf-d/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/chances/dbpf-d/branch/main/graph/badge.svg?token=5YN3BU7KR3)](https://codecov.io/gh/chances/dbpf-d/)

D library to read and write [Database Packed File](https://www.wiki.sc4devotion.com/index.php?title=DBPF) (DBPF) archives.

## Usage

```json
"dependencies": {
"dbpf": "0.1.0"
}
```