/usr/lib/ecl-16.1.2/ecl-curl.asd is in ecl 16.1.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | (defsystem "ecl-curl" :class asdf::prebuilt-system
:lib #P"SYS:LIBECL-CURL.A"
:depends-on NIL
:components ((:compiled-file "ecl-curl" :pathname #P"SYS:ECL-CURL.FAS")))
|