sems-yeti is a part of project Yeti
# apt install wget gnupg
# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# wget -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
# echo "deb [arch=amd64] https://deb.yeti-switch.org/debian/1.13 bookworm main" > /etc/apt/sources.list.d/yeti.list
# wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/deb.yeti-switch.org.asc
# apt update
# apt install sems-modules-yeti
check Documentation for additional versions/distributions info
# apt install git cmake build-essential devscripts
$ git clone git@github.com:yeti-switch/sems-yeti.git
$ cd sems-yeti
# apt build-deps .
$ dpkg-buildpackage -us -uc -b -j$(nproc)