Comment on I Wrote an Activitypub Server in OCaml: Lessons Learnt, Weekends LostparentComments−mariusor3yI'm surprised you didn't find my library because I managed to create a statically typed vocabulary library for Go that maps the specification verbatim: https://pkg.go.dev/github.com/go-ap/activitypub#ObjectIt wasn't easy indeed, and it locked me out of some options to support execution time vocabulary extensions, but hey, it works and it's relatively easy to use.−knjllppppp3yI'm surprised I didn't find it, too! My google-fu must be getting rusty. Thanks for the link, I'll have to have a deep dive when I get the time :)−mariusor3yI hope you get to it. The library itself contains more than just the vocabulary part and I would be glad of more eyeballs on the problem. :D
Comments
I'm surprised you didn't find my library because I managed to create a statically typed vocabulary library for Go that maps the specification verbatim: https://pkg.go.dev/github.com/go-ap/activitypub#Object
It wasn't easy indeed, and it locked me out of some options to support execution time vocabulary extensions, but hey, it works and it's relatively easy to use.
I'm surprised I didn't find it, too! My google-fu must be getting rusty. Thanks for the link, I'll have to have a deep dive when I get the time :)
I hope you get to it. The library itself contains more than just the vocabulary part and I would be glad of more eyeballs on the problem. :D