# libnsl **Repository Path**: switchos/libnsl ## Basic Information - **Project Name**: libnsl - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: openkylin/yangtze - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-29 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README See the file COPYING for copying restrictions. This package contains the libnsl library. This library contains the public client interface for NIS(YP). This code was formerly part of glibc, but is now standalone to be able to link against TI-RPC for IPv6 support. The git repository can be found at: https://github.com/thkukuk/libnsl 编译说明: ./autogen.sh 静态库: ./configure --enable-static --disable-shared make && make install