From 5a22ee82b459d2ea7e424bcf6c6ebe6ff5bd98e6 Mon Sep 17 00:00:00 2001 From: Emmanuel Bastien Date: Thu, 28 Dec 2023 18:29:33 +0100 Subject: [PATCH] Add OAL to the tools list (#442) Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> --- _data/tools.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/_data/tools.yml b/_data/tools.yml index 13cd8a57..33eb3776 100755 --- a/_data/tools.yml +++ b/_data/tools.yml @@ -1863,6 +1863,18 @@ v2: true v3: true +- name: Oxlip API Language + category: dsl + link: https://www.oxlip-lang.org/ + github: https://github.com/oxlip-lang/oal + language: OAL + description: | + Oxlip is a high-level functional programming language for designing OpenAPI definitions. + It defines algebraic abstractions over REST concepts to alleviate the pain of managing OpenAPI in JSON or YAML by hand and at scale. + v2: false + v3: true + v3_1: false + - name: openapi-core category: data-validators language: Python @@ -2350,7 +2362,6 @@ link: https://github.com/criteo/openapi-comparator description: C# library for comparing two OpenAPI specifications. v3: true -<<<<<<< HEAD - name: Hot Potato category: