All Downloads are FREE. Search and download functionalities are using the official Maven repository.

omashpolskiy.bt-core.1.6.source-code.infodict.yml Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
--- # schema of the info dictionary
- datatype: &file
    type: dictionary
    entries:
      - {key: length, type: integer}
      - {key: path, type: list, elements: {type: string}}
- model:
    type: dictionary
    exclusives:
      - length
      - files
    entries:
      - {key: name, type: string, required: false}
      - {key: "piece length", type: integer}
      - {key: pieces, type: binary}
      - {key: length, type: integer}
      - {key: files, type: list, elements: *file}
      - {key: private, type: integer, required: false}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy