You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: deps/uv/README.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,46 @@ used by Mozilla's [Rust language](http://www.rust-lang.org/),
34
34
35
35
* Threading and synchronization primitives
36
36
37
+
## Versioning
38
+
39
+
Starting with version 1.0.0 libuv follows the [semantic versioning](http://semver.org/)
40
+
scheme. The API change and backwards compatiblity rules are those indicated by
41
+
SemVer. libuv will keep a stable ABI across major releases.
— API documentation in the form of detailed header comments.
49
+
### Official API documentation
50
+
51
+
Located in the docs/ subdirectory. It uses the [Sphinx](http://sphinx-doc.org/)
52
+
framework, which makes it possible to build the documentation in multiple
53
+
formats.
54
+
55
+
Show different supported building options:
56
+
57
+
$ make help
58
+
59
+
Build documentation as HTML:
60
+
61
+
$ make html
62
+
63
+
Build documentation as man pages:
64
+
65
+
$ make man
66
+
67
+
Build documentation as ePub:
68
+
69
+
$ make epub
70
+
71
+
NOTE: Windows users need to use make.bat instead of plain 'make'.
72
+
73
+
Documentation can be browsed online [here](http://docs.libuv.org).
74
+
75
+
### Other resources
76
+
46
77
*[An Introduction to libuv](http://nikhilm.github.com/uvbook/)
0 commit comments