Difference between revisions of "Libcomcom"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libcomcom |Short description=Spawn an OS command with given input and receive its output |Full description=Spawn an OS command with given input and receive its o...")
 
m (+missing license URL.)
 
(5 intermediate revisions by 3 users not shown)
Line 14: Line 14:
  
 
There are also Java and D wrappers.
 
There are also Java and D wrappers.
 +
 +
Please help to port it to Windows.
 
|Homepage URL=https://github.com/vporton/libcomcom
 
|Homepage URL=https://github.com/vporton/libcomcom
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone https://github.com/vporton/libcomcom.git
 
|VCS checkout command=git clone https://github.com/vporton/libcomcom.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=Please help to port it to Windows.
+
|Documentation note=https://vporton.github.io/libcomcom-docs/
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Donate=https://paypal.me/victorporton
+
|Donate=https://github.com/vporton/libcomcom
 
|Related projects=libcomcom-java, libcomcom-dlang
 
|Related projects=libcomcom-java, libcomcom-dlang
 
|Keywords=system library, spawn process, stdin, stdout, fork
 
|Keywords=system library, spawn process, stdin, stdout, fork
|Version identifier=0.0.6
+
|Version identifier=0.1.1
 +
|Version date=2019/01/26
 
|Version status=alpha
 
|Version status=alpha
 +
|Last review by=donaldr3
 +
|Last review date=2019/01/25
 
|Submitted by=Victor Porton
 
|Submitted by=Victor Porton
 
|Submitted date=2019/01/25
 
|Submitted date=2019/01/25
 
|User level=advanced
 
|User level=advanced
 
|Extension of=C
 
|Extension of=C
|Paid support=porton@narod.ru
+
|Paid support=yes
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 
|Test entry=No
 
|Test entry=No
Line 37: Line 42:
 
|License=LGPLv3orlater
 
|License=LGPLv3orlater
 
|License copyright=Victor Porton (c) 2018-2019
 
|License copyright=Victor Porton (c) 2018-2019
 +
|License verified by=donaldr3
 +
|License verified date=2019/01/25
 +
|License note=https://raw.githubusercontent.com/vporton/libcomcom/master/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
Line 43: Line 51:
 
|Email=porton@narod.ru
 
|Email=porton@narod.ru
 
}}
 
}}
{{Resource}}
+
{{Resource
 +
|Resource audience=Paying customers
 +
|Resource kind=Support
 +
|Resource URL=mailto://porton@narod.ru
 +
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 
|Library=C
 
|Library=C
 +
|Programming-language=C, shell
 +
|Runs-on=GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:09, 1 February 2019


[edit]

libcomcom

https://github.com/vporton/libcomcom
Spawn an OS command with given input and receive its output

Spawn an OS command with given input and receive its output.

The main feature of this library is deadlock avoidance. (Deadlock in this case is when your program can't write to the input of another program because of waiting for its output which does not happen because of no input, so a vicious circle leading to infinite waiting time.)

API docs: https://vporton.github.io/libcomcom-docs/

There are also Java and D wrappers.

Please help to port it to Windows.





Licensing

License

Verified by

Verified on

Notes

Verified by

donaldr3

Verified on

25 January 2019




Leaders and contributors

Contact(s)Role
Victor Porton developer


Resources and communication

AudienceResource typeURI
Paying customersSupportmailto://porton@narod.ru


Software prerequisites




Entry








"developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Paying customers" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.