Using the same namespace for multiple independant projects

There’s no rule about namespaces having to match the package name in general, so prog_extA and prog_extB can both use NAMESPACE prog:: just fine.