How to Install libmsgsl-dev in Ubuntu 18.04



Install libmsgsl-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libmsgsl-dev

Description:

Microsoft Guidelines Support Library

The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL. . The library includes types like span, string_span, owner<> and others. . The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support.

Homepage: https://github.com/Microsoft/GSL

Version: 0~git20170602.1f87ef7-2

Section: universe/libdevel