Missing the libsystemd0-devel package

Hello there!
I’m trying to compile some software which depends on libsystemd, but I’m not able to find the associated devel package.
Found nothing on google, neither on this forum.
I enabled every repos just in case, but no libsystemd0-devel package.

ctxnop@localhost$ zypper search libsystemd
Loading repository data...
Reading installed packages...

S | Name                         | Summary                                              | Type      
--+------------------------------+------------------------------------------------------+-----------
  | ghc-libsystemd-journal       | Haskell bindings to libsystemd-journal               | package   
  | ghc-libsystemd-journal       | Haskell bindings to libsystemd-journal               | srcpackage
  | ghc-libsystemd-journal-devel | Haskell libsystemd-journal library development files | package   
i | libsystemd0                  | Component library for systemd                        | package   
i | libsystemd0-32bit            | Component library for systemd                        | package   
  | libsystemd0-debuginfo        | Debug information for package libsystemd0            | package   
  | libsystemd0-debuginfo-32bit  | Debug information for package libsystemd0            | package   
  | libsystemd0-mini             | Component library for systemd                        | package   
  | libsystemd0-mini-debuginfo   | Debug information for package libsystemd0-mini       | package

Ok, just forget it, the package is named systemd-devl, not libsystemd-devel, that’s it…
Let pretend it’s the end of the week…

When you can’t find a library because the packagename search fails,

  • You should then try “what provides?” ie
zypper se --provides libsystemd0

And if that fails, then “cannot find” ie

cnf libsystemd0

HTH,
TSU