Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"It's what you learn after you know it all that counts." -- John Wooden


devel / comp.lang.c / C Libraries

SubjectAuthor
* C LibrariesDuke Normandin
+* Re: C LibrariesThiago Adams
|`- Re: C LibrariesDuke Normandin
`* Re: C LibrariesJorgen Grahn
 `* Re: C LibrariesDuke Normandin
  `- Re: C LibrariesBranimir Maksimovic

1
C Libraries

<4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18539&group=comp.lang.c#18539

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:6214:5a1:: with SMTP id by1mr20318331qvb.42.1633308739241;
Sun, 03 Oct 2021 17:52:19 -0700 (PDT)
X-Received: by 2002:a37:a64b:: with SMTP id p72mr7694144qke.459.1633308739073;
Sun, 03 Oct 2021 17:52:19 -0700 (PDT)
Path: rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Sun, 3 Oct 2021 17:52:18 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2001:56a:7862:e400:16da:e9ff:fe13:6b04;
posting-account=KgDXmwoAAAC0yXS4JIhvW9CYf-pfPgw-
NNTP-Posting-Host: 2001:56a:7862:e400:16da:e9ff:fe13:6b04
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>
Subject: C Libraries
From: sidney.r...@gmail.com (Duke Normandin)
Injection-Date: Mon, 04 Oct 2021 00:52:19 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 0
 by: Duke Normandin - Mon, 4 Oct 2021 00:52 UTC

Is there a central repository of 3rd party libraries for the C language, like CPAN for Perl?

Re: C Libraries

<4e49644d-55c7-4fd2-a8d9-bde948695ee9n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18544&group=comp.lang.c#18544

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a0c:c1c9:: with SMTP id v9mr21428654qvh.31.1633348265997;
Mon, 04 Oct 2021 04:51:05 -0700 (PDT)
X-Received: by 2002:ac8:4308:: with SMTP id z8mr12805808qtm.121.1633348265767;
Mon, 04 Oct 2021 04:51:05 -0700 (PDT)
Path: rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Mon, 4 Oct 2021 04:51:05 -0700 (PDT)
In-Reply-To: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=189.6.249.78; posting-account=xFcAQAoAAAAoWlfpQ6Hz2n-MU9fthxbY
NNTP-Posting-Host: 189.6.249.78
References: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4e49644d-55c7-4fd2-a8d9-bde948695ee9n@googlegroups.com>
Subject: Re: C Libraries
From: thiago.a...@gmail.com (Thiago Adams)
Injection-Date: Mon, 04 Oct 2021 11:51:05 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 22
 by: Thiago Adams - Mon, 4 Oct 2021 11:51 UTC

On Sunday, October 3, 2021 at 9:52:25 PM UTC-3, sidney.r...@gmail.com wrote:
> Is there a central repository of 3rd party libraries for the C language, like CPAN for Perl?

Google, GitHub gives me good results when I search "something C source code".
Some libs have their own website.(openssl, etc)

There is no central repository or standard format for publishing.

Some companies creates their own package manager for C/C++.

Like
https://vcpkg.io/en/index.html

The best way in my opinion is to create a single file or header + source
this make the integration very easy and many libraries like SQLite does
this way.

Re: C Libraries

<slrnslmjub.5o3.grahn+nntp@frailea.sa.invalid>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18557&group=comp.lang.c#18557

  copy link   Newsgroups: comp.lang.c
Path: rocksolid2!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: grahn+n...@snipabacken.se (Jorgen Grahn)
Newsgroups: comp.lang.c
Subject: Re: C Libraries
Date: 4 Oct 2021 19:02:35 GMT
Lines: 15
Message-ID: <slrnslmjub.5o3.grahn+nntp@frailea.sa.invalid>
References: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>
X-Trace: individual.net DnTto6OIL8hjrgtfFfzJ0AGQmZpHog0kUhUSBQf3P7ieHTXUra
Cancel-Lock: sha1:Ytgdn7FQOJZGc0kJloSafbBmL94=
User-Agent: slrn/1.0.3 (OpenBSD)
 by: Jorgen Grahn - Mon, 4 Oct 2021 19:02 UTC

On Mon, 2021-10-04, Duke Normandin wrote:
> Is there a central repository of 3rd party libraries for the C
> language, like CPAN for Perl?

No.

What I do personally, since I use Debian Linux, is I see Debian as
that repository. If it's there, for Debian Stable, I see it as a
widely used library available to me.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .

Re: C Libraries

<a0c612e7-2da2-4661-9691-db1a0395efe1n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18559&group=comp.lang.c#18559

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:ac8:4089:: with SMTP id p9mr15085264qtl.363.1633376307708;
Mon, 04 Oct 2021 12:38:27 -0700 (PDT)
X-Received: by 2002:a37:a64b:: with SMTP id p72mr11522585qke.459.1633376307543;
Mon, 04 Oct 2021 12:38:27 -0700 (PDT)
Path: rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Mon, 4 Oct 2021 12:38:27 -0700 (PDT)
In-Reply-To: <slrnslmjub.5o3.grahn+nntp@frailea.sa.invalid>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:56a:7862:e400:16da:e9ff:fe13:6b04;
posting-account=KgDXmwoAAAC0yXS4JIhvW9CYf-pfPgw-
NNTP-Posting-Host: 2001:56a:7862:e400:16da:e9ff:fe13:6b04
References: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com> <slrnslmjub.5o3.grahn+nntp@frailea.sa.invalid>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a0c612e7-2da2-4661-9691-db1a0395efe1n@googlegroups.com>
Subject: Re: C Libraries
From: sidney.r...@gmail.com (Duke Normandin)
Injection-Date: Mon, 04 Oct 2021 19:38:27 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 10
 by: Duke Normandin - Mon, 4 Oct 2021 19:38 UTC

On Monday, October 4, 2021 at 1:02:49 p.m. UTC-6, Jorgen Grahn wrote:
> On Mon, 2021-10-04, Duke Normandin wrote:
> > Is there a central repository of 3rd party libraries for the C
> > language, like CPAN for Perl?
> No.
>
> What I do personally, since I use Debian Linux, is I see Debian as
> that repository. If it's there, for Debian Stable, I see it as a
> widely used library available to me.

Good plan! Although it's too bad that there is no central repository like CPAN for Perl. It would make code re-use in C lang. much easier, IMHO. Thanks!

Re: C Libraries

<3053004d-6114-4cc2-b27b-e3d9f6474d7dn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18560&group=comp.lang.c#18560

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:622a:1214:: with SMTP id y20mr15973063qtx.152.1633376527397;
Mon, 04 Oct 2021 12:42:07 -0700 (PDT)
X-Received: by 2002:a37:48c:: with SMTP id 134mr11102729qke.233.1633376527233;
Mon, 04 Oct 2021 12:42:07 -0700 (PDT)
Path: rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Mon, 4 Oct 2021 12:42:07 -0700 (PDT)
In-Reply-To: <4e49644d-55c7-4fd2-a8d9-bde948695ee9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2001:56a:7862:e400:16da:e9ff:fe13:6b04;
posting-account=KgDXmwoAAAC0yXS4JIhvW9CYf-pfPgw-
NNTP-Posting-Host: 2001:56a:7862:e400:16da:e9ff:fe13:6b04
References: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com> <4e49644d-55c7-4fd2-a8d9-bde948695ee9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3053004d-6114-4cc2-b27b-e3d9f6474d7dn@googlegroups.com>
Subject: Re: C Libraries
From: sidney.r...@gmail.com (Duke Normandin)
Injection-Date: Mon, 04 Oct 2021 19:42:07 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 17
 by: Duke Normandin - Mon, 4 Oct 2021 19:42 UTC

On Monday, October 4, 2021 at 5:51:12 a.m. UTC-6, Thiago Adams wrote:
> On Sunday, October 3, 2021 at 9:52:25 PM UTC-3, Duke wrote:
> > Is there a central repository of 3rd party libraries for the C language, like CPAN for Perl?
> Google, GitHub gives me good results when I search "something C source code".
> Some libs have their own website.(openssl, etc)
>
> There is no central repository or standard format for publishing.
>
> Some companies creates their own package manager for C/C++.
>
> Like
> https://vcpkg.io/en/index.html
>
> The best way in my opinion is to create a single file or header + source
> this make the integration very easy and many libraries like SQLite does
> this way.

Thx for the link! Looks to be a good solution.

Re: C Libraries

<KxJ6J.64567$jm6.16934@fx07.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18563&group=comp.lang.c#18563

  copy link   Newsgroups: comp.lang.c
Path: rocksolid2!news.neodome.net!news.uzoreto.com!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx07.iad.POSTED!not-for-mail
Newsgroups: comp.lang.c
From: branimir...@icloud.com (Branimir Maksimovic)
Subject: Re: C Libraries
References: <4847241f-1827-4029-b815-8f5b4b2b9330n@googlegroups.com>
<slrnslmjub.5o3.grahn+nntp@frailea.sa.invalid>
<a0c612e7-2da2-4661-9691-db1a0395efe1n@googlegroups.com>
User-Agent: slrn/1.0.3 (Darwin)
Lines: 23
Message-ID: <KxJ6J.64567$jm6.16934@fx07.iad>
X-Complaints-To: abuse@usenet-news.net
NNTP-Posting-Date: Mon, 04 Oct 2021 20:32:42 UTC
Organization: usenet-news.net
Date: Mon, 04 Oct 2021 20:32:42 GMT
X-Received-Bytes: 1545
 by: Branimir Maksimovic - Mon, 4 Oct 2021 20:32 UTC

On 2021-10-04, Duke Normandin <sidney.reilley.ii@gmail.com> wrote:
> On Monday, October 4, 2021 at 1:02:49 p.m. UTC-6, Jorgen Grahn wrote:
>> On Mon, 2021-10-04, Duke Normandin wrote:
>> > Is there a central repository of 3rd party libraries for the C
>> > language, like CPAN for Perl?
>> No.
>>
>> What I do personally, since I use Debian Linux, is I see Debian as
>> that repository. If it's there, for Debian Stable, I see it as a
>> widely used library available to me.
>
> Good plan! Although it's too bad that there is no central repository like
> CPAN for Perl. It would make code re-use in C lang. much easier, IMHO.
> Thanks!
I think that only C libraries are usable since beginning of libraries :P\

--

7-77-777
Evil Sinner!
to weak you should be meek, and you should brainfuck stronger
https://github.com/rofl0r/chaos-pp

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor