Skip to content

Commit 0d77587

Browse files
authored
Update README.md
1 parent 2d09afe commit 0d77587

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Requirements Interchange Format (ReqIF)
2-
Java classes to access Specifications & Requirements stored in the Requirements Interchange Format (ReqIF)
2+
ReqIF (Requirements Interchange Format) is an OMG (Object Management Group) standard for the exchange of requirements between different tools. It is designed to facilitate the transfer of requirements information, ensuring that data can be shared and understood across various platforms and organizations. ReqIF provides a standardized XML format for requirements, making it easier to manage and collaborate on requirements throughout the development lifecycle.
33

4-
This implementation of the Requirements Interchange Format currently uses http://www.lingala.net/zip4j/ for access to .reqifz files.
4+
# Project Purpose
5+
The requirements-interchange-format (ReqIF) library is a parser (and in the future maybe generator) for ReqIF XML documents.
6+
The classes ReqIF.java and ReqIFz.java can access and decompress ReqIF content for further automation in a Java application.
57

6-
Fixed old library dependencies.
8+
This fork is based on https://github.com/bfriebel/requirements-interchange-format and fixed old library dependencies.
9+
10+
# Supported Formats
11+
ReqIF file extensions .reqif and .reqifz (compressed).

0 commit comments

Comments
 (0)