~bigbes/tarantool-protobuf: 00b93fd5

docs: install path, prefix= plugin param, int64 migration patterns

* README: add an "Install" section recommending `tt rocks make` from a
  local clone until the canonical remote is published, plus a note in
  the rockspec flagging source.url as aspirational (the URL today
  resolves to "no such repository").
* README: document the `--tarantool_opt=prefix=<path>` plugin parameter
  alongside `(tarantool.lua_package)` — the on-disk + require-string
  semantics and how the two compose were previously only discoverable
  from main.go and docs/howto/02-module-layout.md.
* README: add "Migrating from a Lua proto library that auto-down-casts
  int64" listing the four places cdata int64 needs a tonumber()
  wrapper (log format verbs, numeric for-loop bounds, string.format,
  table keys) and the 2^53 precision caveat.

Eugene Blikh <bigbes@gmail.com> — 2026-05-17 03:36:27 UTC

Commit 00b93fd541b1a182799079a2930aad9bb9e16680view raw patch

Parent(s): 7e9e3e43

2 changed file(s)

FileStatus+
README.md M +65 -1
tarantool-protobuf-scm-1.rockspec M +6