LFE Utility Functions and Macros
Current section
Files
(defmodule lutil-net (export all)) (defun host->tuple (host) (let ((`#(ok ,tuple) (inet:getaddr host 'inet))) tuple)) (defun tuple->host (data) (string:join (lists:map #'integer_to_list/1 (tuple_to_list data)) "."))
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"