sems-yeti is a part of project Yeti
# apt install curl gnupg
# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
# echo "deb [arch=amd64] http://pkg.yeti-switch.org/debian/buster 1.10 main" > /etc/apt/sources.list.d/yeti.list
# curl https://pkg.yeti-switch.org/key.gpg | apt-key add -
# apt update
# apt install sems-modules-yeti
check Documentation for additional versions/distributions info
# apt install git cmake build-essential devscripts
$ git clone [email protected]:yeti-switch/sems-yeti.git
$ cd sems-yeti
# mk-build-deps -i
$ debuild -us -uc -b -j$(nproc)