head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.04.15.08.01.12;	author kikadf;	state Exp;
branches;
next	;
commitid	k7Hvt8OL8tMTQ1CG;


desc
@@


1.1
log
@
aml: new package

* Andri's Main Loop

Goals:
 * Portability
 * Utility
 * Simplicity

Non-goals:
 * MS Windows (TM) support
 * Solving the C10K problem

Features:
 * File descriptor event handlers
 * Timers
 * Tickers
 * Signal handlers
 * Idle dispatch callbacks
 * Thread pool
 * Interoperability with other event loops
@
text
@# $NetBSD$

BUILDLINK_TREE+=	aml

.if !defined(AML_BUILDLINK3_MK)
AML_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.aml+=	aml>=1.0.0
BUILDLINK_PKGSRCDIR.aml?=	../../devel/aml
.endif	# AML_BUILDLINK3_MK

BUILDLINK_TREE+=	-aml
@
