sems-yeti is a part of project Yeti
# echo "deb [arch=amd64] http://pkg.yeti-switch.org/debian/buster 1.10 main" > /etc/apt/sources.list.d/yeti.list
# wget -O- 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)