rename to ocaml-trace

This commit is contained in:
Simon Cruanes 2023-07-26 14:18:02 -04:00
parent 69f8447c9a
commit 9c259742dc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Trace
[![Build and Test](https://github.com/c-cube/trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/trace/actions/workflows/main.yml)
[![Build and Test](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml)
This small library provides basic types that can be used to instrument
a library or application, either by hand or via a ppx.

View file

@ -5,7 +5,7 @@
(version 0.2)
(source
(github c-cube/trace))
(github c-cube/ocaml-trace))
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(license MIT)