okh-tool 2.4.2

A CLI tool to deal with Open Know-How (OKH) data files. Its main functionalities are: validation of and conversion between the different formats.
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-FileCopyrightText: 2021 Robin Vobruba <hoijui.quaero@gmail.com>
#
# SPDX-License-Identifier: Unlicense

[submodule "resources/osh-file-types"]
	path = resources/osh-file-types
	url = https://gitlab.com/OSEGermany/osh-file-types.git
[submodule "resources/osh-dir-std"]
	path = resources/osh-dir-std
	url = https://github.com/hoijui/osh-dir-std.git
[submodule "resources/okh"]
	path = resources/okh
	url = https://github.com/iop-alliance/OpenKnowHow.git