ObjFW  Check-in [a0e4be5fb9]

Overview
Comment:README.md: Add "Thanks" section
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a0e4be5fb9ae22d639cab35e56cab1f0c1fbd6165c5d5349076fe78fb59372d6
User & Date: js on 2022-06-12 20:25:26
Other Links: manifest | tags
Context
2022-06-12
20:38
runtime/linklib: Remove spurious ; check-in: 96bd5ebd99 user: js tags: trunk
20:25
README.md: Add "Thanks" section check-in: a0e4be5fb9 user: js tags: trunk
08:50
Remove unneeded arguments from blocks check-in: b489d6188d user: js tags: trunk
Changes

Modified README.md from [cc434070e1] to [4ac6e109ff].

29
30
31
32
33
34
35

36
37
38
39
40
41
42
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43







+







     * [Wii](#wii)
   * [Amiga](#amiga)
 * [Writing your first application with ObjFW](#first-app)
 * [Documentation](#documentation)
 * [Bugs and feature requests](#bugs)
 * [Support and community](#support)
 * [Donating](#donating)
 * [Thanks](#thanks)
 * [Commercial use](#commercial-use)


<h1 id="what">What is ObjFW?</h1>

  ObjFW is a portable, lightweight framework for the Objective-C language. It
  enables you to write an application in Objective-C that will run on any
366
367
368
369
370
371
372






373
374
375
376
377
378
379
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386







+
+
+
+
+
+









<h1 id="donating">Donating</h1>

  If you want to donate to ObjFW, you can read about possible ways to do so
  [here](https://objfw.nil.im/wiki?name=Donating).


<h1 id="thanks">Thanks</h1>

  * Thank you to [Hill Ma](https://github.com/mahiuchun) for donating an M1 Mac
    Mini to the project!


<h1 id="commercial-use">Commercial use</h1>

  If for whatever reason neither the terms of the QPL nor those of the GPL work
  for you, a proprietary license for ObjFW including support is available upon
  request. Just write a mail to js@nil.im and we can find a reasonable solution
  for both parties.